File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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@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
You can’t perform that action at this time.
0 commit comments