Skip to content

Commit bbadcb4

Browse files
authored
Merge pull request #3673 from docker/dependabot/github_actions/actions/download-artifact-8
build(deps): bump actions/download-artifact from 7 to 8
2 parents 22074cd + 8a2b64a commit bbadcb4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ jobs:
369369
steps:
370370
-
371371
name: Download artifacts
372-
uses: actions/download-artifact@v7
372+
uses: actions/download-artifact@v8
373373
with:
374374
path: /tmp/buildx-output
375375
name: ${{ needs.binaries.outputs.artifact-name }}
@@ -501,7 +501,7 @@ jobs:
501501
steps:
502502
-
503503
name: Download release binaries
504-
uses: actions/download-artifact@v7
504+
uses: actions/download-artifact@v8
505505
with:
506506
path: ${{ env.DESTDIR }}
507507
name: release

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
if: matrix.driver == 'docker' || matrix.driver == 'docker-container'
119119
-
120120
name: Install buildx
121-
uses: actions/download-artifact@v7
121+
uses: actions/download-artifact@v8
122122
with:
123123
name: binary
124124
path: /home/runner/.docker/cli-plugins
@@ -230,7 +230,7 @@ jobs:
230230
uses: docker/setup-qemu-action@v3
231231
-
232232
name: Install buildx
233-
uses: actions/download-artifact@v7
233+
uses: actions/download-artifact@v8
234234
with:
235235
name: binary
236236
path: /home/runner/.docker/cli-plugins

0 commit comments

Comments
 (0)