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:
118118 run : ${{ matrix.install_dist }}
119119 # Get the dist-manifest
120120 - name : Fetch local artifacts
121- uses : actions/download-artifact@v4
121+ uses : actions/download-artifact@v5
122122 with :
123123 pattern : artifacts-*
124124 path : target/distrib/
@@ -170,7 +170,7 @@ jobs:
170170 run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh"
171171 # Get all the local artifacts for the global tasks to use (for e.g. checksums)
172172 - name : Fetch local artifacts
173- uses : actions/download-artifact@v4
173+ uses : actions/download-artifact@v5
174174 with :
175175 pattern : artifacts-*
176176 path : target/distrib/
@@ -215,7 +215,7 @@ jobs:
215215 run : " curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.13.3/cargo-dist-installer.sh | sh"
216216 # Fetch artifacts from scratch-storage
217217 - name : Fetch artifacts
218- uses : actions/download-artifact@v4
218+ uses : actions/download-artifact@v5
219219 with :
220220 pattern : artifacts-*
221221 path : target/distrib/
@@ -252,7 +252,7 @@ jobs:
252252 with :
253253 submodules : recursive
254254 - name : " Download GitHub Artifacts"
255- uses : actions/download-artifact@v4
255+ uses : actions/download-artifact@v5
256256 with :
257257 pattern : artifacts-*
258258 path : artifacts
You can’t perform that action at this time.
0 commit comments