File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -162,19 +162,19 @@ jobs:
162162
163163 steps :
164164 - name : Download assets
165- uses : actions/download-artifact@v5
165+ uses : actions/download-artifact@v6
166166 with :
167167 name : assets
168168 path : assets-dist
169169
170170 - name : Download binary x86_64
171- uses : actions/download-artifact@v5
171+ uses : actions/download-artifact@v6
172172 with :
173173 name : binary-x86_64-unknown-linux-gnu
174174 path : binary-x86_64
175175
176176 - name : Download binary aarch64
177- uses : actions/download-artifact@v5
177+ uses : actions/download-artifact@v6
178178 with :
179179 name : binary-aarch64-unknown-linux-gnu
180180 path : binary-aarch64
@@ -320,7 +320,7 @@ jobs:
320320 - build-image
321321 steps :
322322 - name : Download the artifacts from the previous job
323- uses : actions/download-artifact@v5
323+ uses : actions/download-artifact@v6
324324 with :
325325 pattern : mas-cli-*
326326 path : artifacts
@@ -382,7 +382,7 @@ jobs:
382382 .github/scripts
383383
384384 - name : Download the artifacts from the previous job
385- uses : actions/download-artifact@v5
385+ uses : actions/download-artifact@v6
386386 with :
387387 pattern : mas-cli-*
388388 path : artifacts
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ jobs:
305305 - uses : ./.github/actions/build-policies
306306
307307 - name : Download archive
308- uses : actions/download-artifact@v5
308+ uses : actions/download-artifact@v6
309309 with :
310310 name : nextest-archive
311311
You can’t perform that action at this time.
0 commit comments