build(deps): bump actions/download-artifact from 7 to 8 (#21856)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Mar 2, 2026 at 09:20 UTC
a8b335f93a9bd632e829e33a261474eb42f73689
1 file changed
+6
-6
.github/workflows/docker.yml
+6
-6
@@ -339,7 +339,7 @@ jobs:
339
run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}"
340
- name: Download Cache
341
id: fetch-cache
342
- uses: actions/download-artifact@v7
342
+ uses: actions/download-artifact@v8
343
with:
344
name: cache-${{ steps.artifact-name.outputs.platform }}
345
path: /tmp/build-cache
@@ -429,7 +429,7 @@ jobs:
429
uses: actions/checkout@v6
430
- name: Download digests
431
id: fetch-digests
432
- uses: actions/download-artifact@v7
432
+ uses: actions/download-artifact@v8
433
with:
434
path: /tmp/digests
435
pattern: docker-digests-*
@@ -497,7 +497,7 @@ jobs:
497
run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}"
498
- name: Download Cache
499
id: fetch-cache
500
- uses: actions/download-artifact@v7
500
+ uses: actions/download-artifact@v8
501
with:
502
name: cache-${{ steps.artifact-name.outputs.platform }}
503
path: /tmp/build-cache
@@ -588,7 +588,7 @@ jobs:
588
uses: actions/checkout@v6
589
- name: Download digests
590
id: fetch-digests
591
- uses: actions/download-artifact@v7
591
+ uses: actions/download-artifact@v8
592
with:
593
path: /tmp/digests
594
pattern: quay-digests-*
@@ -657,7 +657,7 @@ jobs:
657
run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}"
658
- name: Download Cache
659
id: fetch-cache
660
- uses: actions/download-artifact@v7
660
+ uses: actions/download-artifact@v8
661
with:
662
name: cache-${{ steps.artifact-name.outputs.platform }}
663
path: /tmp/build-cache
@@ -748,7 +748,7 @@ jobs:
748
uses: actions/checkout@v6
749
- name: Download digests
750
id: fetch-digests
751
- uses: actions/download-artifact@v7
751
+ uses: actions/download-artifact@v8
752
with:
753
path: /tmp/digests
754
pattern: ghcr-digests-*