Skip to content

Commit 85f92b8

Browse files
CI: 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 ba03db3 commit 85f92b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
sparse-checkout-cone-mode: false
7373

7474
- name: Download prebuilt tools from build job
75-
uses: actions/download-artifact@v4
75+
uses: actions/download-artifact@v5
7676
with:
7777
name: linux-buildbot-prebuilt-tools
7878

@@ -171,7 +171,7 @@ jobs:
171171
sparse-checkout-cone-mode: false
172172

173173
- name: Download external toolchain from build job
174-
uses: actions/download-artifact@v4
174+
uses: actions/download-artifact@v5
175175
with:
176176
name: ${{ matrix.target }}-${{ matrix.subtarget }}-external-toolchain
177177

.github/workflows/reusable_upload-file-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: mc alias set s3 ${{ secrets.s3_endpoint }} ${{ secrets.s3_access_key }} ${{ secrets.s3_secret_key }}
3535

3636
- name: Download file
37-
uses: actions/download-artifact@v4
37+
uses: actions/download-artifact@v5
3838
with:
3939
name: ${{ inputs.download_id }}
4040

0 commit comments

Comments
 (0)