Skip to content

Commit 0e7e3a4

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 3654b82 commit 0e7e3a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)