Skip to content

Commit c851858

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2372aef commit c851858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ jobs:
421421
echo "is_v_semverish=${is_v_semverish}" >> "$GITHUB_OUTPUT"
422422
423423
# === DOWNLOAD ===
424-
- uses: actions/download-artifact@v4
424+
- uses: actions/download-artifact@v6
425425
with:
426426
pattern: platform-digests-*
427427
path: platform-digests
@@ -619,7 +619,7 @@ jobs:
619619
inputs.mode == 'BUILD' ||
620620
inputs.mode == 'CVMFS_BUILD' ||
621621
inputs.mode == 'CVMFS_REMOVE_THEN_BUILD'
622-
uses: actions/download-artifact@v4
622+
uses: actions/download-artifact@v6
623623
with:
624624
pattern: platform-digests-*
625625
path: platform-digests

0 commit comments

Comments
 (0)