File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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-*
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments