We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2372aef commit c851858Copy full SHA for c851858
.github/workflows/image-publish.yml
@@ -421,7 +421,7 @@ jobs:
421
echo "is_v_semverish=${is_v_semverish}" >> "$GITHUB_OUTPUT"
422
423
# === DOWNLOAD ===
424
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
425
with:
426
pattern: platform-digests-*
427
path: platform-digests
@@ -619,7 +619,7 @@ jobs:
619
inputs.mode == 'BUILD' ||
620
inputs.mode == 'CVMFS_BUILD' ||
621
inputs.mode == 'CVMFS_REMOVE_THEN_BUILD'
622
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
623
624
625
0 commit comments