build(deps): bump actions/download-artifact from 4 to 7 (#21464)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 17, 2025 at 08:49 UTC
062eea41e8d958f8a4c88f926716c52b9088cfee
1 file changed
+6
-6
.github/workflows/docker.yml
+6
-6
@@ -338,7 +338,7 @@ jobs:
338
run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}"
339
- name: Download Cache
340
id: fetch-cache
341
- uses: actions/download-artifact@v4
341
+ uses: actions/download-artifact@v7
342
with:
343
name: cache-${{ steps.artifact-name.outputs.platform }}
344
path: /tmp/build-cache
@@ -427,7 +427,7 @@ jobs:
427
uses: actions/checkout@v6
428
- name: Download digests
429
id: fetch-digests
430
- uses: actions/download-artifact@v4
430
+ uses: actions/download-artifact@v7
431
with:
432
path: /tmp/digests
433
pattern: docker-digests-*
@@ -495,7 +495,7 @@ jobs:
495
run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}"
496
- name: Download Cache
497
id: fetch-cache
498
- uses: actions/download-artifact@v4
498
+ uses: actions/download-artifact@v7
499
with:
500
name: cache-${{ steps.artifact-name.outputs.platform }}
501
path: /tmp/build-cache
@@ -585,7 +585,7 @@ jobs:
585
uses: actions/checkout@v6
586
- name: Download digests
587
id: fetch-digests
588
- uses: actions/download-artifact@v4
588
+ uses: actions/download-artifact@v7
589
with:
590
path: /tmp/digests
591
pattern: quay-digests-*
@@ -654,7 +654,7 @@ jobs:
654
run: echo "platform=$(echo ${{ matrix.platform }} | tr '/' '-' | cut -f 2- -d '-')" >> "${GITHUB_OUTPUT}"
655
- name: Download Cache
656
id: fetch-cache
657
- uses: actions/download-artifact@v4
657
+ uses: actions/download-artifact@v7
658
with:
659
name: cache-${{ steps.artifact-name.outputs.platform }}
660
path: /tmp/build-cache
@@ -744,7 +744,7 @@ jobs:
744
uses: actions/checkout@v6
745
- name: Download digests
746
id: fetch-digests
747
- uses: actions/download-artifact@v4
747
+ uses: actions/download-artifact@v7
748
with:
749
path: /tmp/digests
750
pattern: ghcr-digests-*