Skip to content

Commit 8f57074

Browse files
authored
Merge pull request #3358 from docker/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents d869a0e + 8e133a5 commit 8f57074

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ jobs:
516516
uses: actions/checkout@v4
517517
-
518518
name: Download binaries
519-
uses: actions/download-artifact@v4
519+
uses: actions/download-artifact@v5
520520
with:
521521
path: ${{ env.DESTDIR }}
522522
pattern: buildx-*

.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@v4
121+
uses: actions/download-artifact@v5
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@v4
233+
uses: actions/download-artifact@v5
234234
with:
235235
name: binary
236236
path: /home/runner/.docker/cli-plugins

0 commit comments

Comments
 (0)