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@v4
165+ uses : actions/download-artifact@v5
166166 with :
167167 name : assets
168168 path : assets-dist
169169
170170 - name : Download binary x86_64
171- uses : actions/download-artifact@v4
171+ uses : actions/download-artifact@v5
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@v4
177+ uses : actions/download-artifact@v5
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@v4
323+ uses : actions/download-artifact@v5
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@v4
385+ uses : actions/download-artifact@v5
386386 with :
387387 pattern : mas-cli-*
388388 path : artifacts
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ jobs:
304304 - uses : ./.github/actions/build-policies
305305
306306 - name : Download archive
307- uses : actions/download-artifact@v4
307+ uses : actions/download-artifact@v5
308308 with :
309309 name : nextest-archive
310310
You can’t perform that action at this time.
0 commit comments