File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
run : ${{ matrix.install_dist }}
119
119
# Get the dist-manifest
120
120
- name : Fetch local artifacts
121
- uses : actions/download-artifact@v4
121
+ uses : actions/download-artifact@v5
122
122
with :
123
123
pattern : artifacts-*
124
124
path : target/distrib/
@@ -170,7 +170,7 @@ jobs:
170
170
run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh"
171
171
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
172
172
- name : Fetch local artifacts
173
- uses : actions/download-artifact@v4
173
+ uses : actions/download-artifact@v5
174
174
with :
175
175
pattern : artifacts-*
176
176
path : target/distrib/
@@ -215,7 +215,7 @@ jobs:
215
215
run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh"
216
216
# Fetch artifacts from scratch-storage
217
217
- name : Fetch artifacts
218
- uses : actions/download-artifact@v4
218
+ uses : actions/download-artifact@v5
219
219
with :
220
220
pattern : artifacts-*
221
221
path : target/distrib/
@@ -252,7 +252,7 @@ jobs:
252
252
with :
253
253
submodules : recursive
254
254
- name : " Download GitHub Artifacts"
255
- uses : actions/download-artifact@v4
255
+ uses : actions/download-artifact@v5
256
256
with :
257
257
pattern : artifacts-*
258
258
path : artifacts
You can’t perform that action at this time.
0 commit comments