Skip to content

Commit cbafe69

Browse files
build(deps): Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee4f74d commit cbafe69

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ jobs:
444444
uses: actions/checkout@v4
445445

446446
- name: Download staged-for-merge channel file artifacts
447-
uses: actions/download-artifact@v4
447+
uses: actions/download-artifact@v5
448448
with:
449449
merge-multiple: true
450450
path: ${{ env.CHANNEL_FILES_PATH }}
@@ -513,7 +513,7 @@ jobs:
513513

514514
steps:
515515
- name: Download job transfer artifact that contains ${{ matrix.artifact.name }} tester build
516-
uses: actions/download-artifact@v4
516+
uses: actions/download-artifact@v5
517517
with:
518518
name: ${{ env.JOB_TRANSFER_ARTIFACT_PREFIX }}${{ matrix.artifact.job-transfer-artifact-suffix }}
519519
path: ${{ env.BUILD_ARTIFACTS_FOLDER }}
@@ -600,7 +600,7 @@ jobs:
600600

601601
steps:
602602
- name: Download all job transfer artifacts
603-
uses: actions/download-artifact@v4
603+
uses: actions/download-artifact@v5
604604
with:
605605
merge-multiple: true
606606
path: ${{ env.ARTIFACTS_FOLDER }}
@@ -643,7 +643,7 @@ jobs:
643643

644644
steps:
645645
- name: Download all job transfer artifacts
646-
uses: actions/download-artifact@v4
646+
uses: actions/download-artifact@v5
647647
with:
648648
merge-multiple: true
649649
path: ${{ env.ARTIFACTS_FOLDER }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v4
110110

111111
- name: Download configuration file artifacts
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v5
113113
with:
114114
merge-multiple: true
115115
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*

0 commit comments

Comments
 (0)