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:
162
162
163
163
steps :
164
164
- name : Download assets
165
- uses : actions/download-artifact@v4
165
+ uses : actions/download-artifact@v5
166
166
with :
167
167
name : assets
168
168
path : assets-dist
169
169
170
170
- name : Download binary x86_64
171
- uses : actions/download-artifact@v4
171
+ uses : actions/download-artifact@v5
172
172
with :
173
173
name : binary-x86_64-unknown-linux-gnu
174
174
path : binary-x86_64
175
175
176
176
- name : Download binary aarch64
177
- uses : actions/download-artifact@v4
177
+ uses : actions/download-artifact@v5
178
178
with :
179
179
name : binary-aarch64-unknown-linux-gnu
180
180
path : binary-aarch64
@@ -320,7 +320,7 @@ jobs:
320
320
- build-image
321
321
steps :
322
322
- name : Download the artifacts from the previous job
323
- uses : actions/download-artifact@v4
323
+ uses : actions/download-artifact@v5
324
324
with :
325
325
pattern : mas-cli-*
326
326
path : artifacts
@@ -382,7 +382,7 @@ jobs:
382
382
.github/scripts
383
383
384
384
- name : Download the artifacts from the previous job
385
- uses : actions/download-artifact@v4
385
+ uses : actions/download-artifact@v5
386
386
with :
387
387
pattern : mas-cli-*
388
388
path : artifacts
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ jobs:
304
304
- uses : ./.github/actions/build-policies
305
305
306
306
- name : Download archive
307
- uses : actions/download-artifact@v4
307
+ uses : actions/download-artifact@v5
308
308
with :
309
309
name : nextest-archive
310
310
You can’t perform that action at this time.
0 commit comments