Merge pull request #3673 from docker/dependabot/github_actions/actions/download-artifact-8

build(deps): bump actions/download-artifact from 7 to 8
This commit is contained in:
CrazyMax
2026-03-02 11:07:19 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -369,7 +369,7 @@ jobs:
steps:
-
name: Download artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
path: /tmp/buildx-output
name: ${{ needs.binaries.outputs.artifact-name }}
@@ -501,7 +501,7 @@ jobs:
steps:
-
name: Download release binaries
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
path: ${{ env.DESTDIR }}
name: release
+2 -2
View File
@@ -118,7 +118,7 @@ jobs:
if: matrix.driver == 'docker' || matrix.driver == 'docker-container'
-
name: Install buildx
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: binary
path: /home/runner/.docker/cli-plugins
@@ -230,7 +230,7 @@ jobs:
uses: docker/setup-qemu-action@v3
-
name: Install buildx
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: binary
path: /home/runner/.docker/cli-plugins