Skip to content

Commit 22de557

Browse files
chore(deps): update actions/download-artifact action to v5 (#1368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c636f82 commit 22de557

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: ${{ matrix.install_dist.run }}
136136
# Get the dist-manifest
137137
- name: Fetch local artifacts
138-
uses: actions/download-artifact@v4
138+
uses: actions/download-artifact@v5
139139
with:
140140
pattern: artifacts-*
141141
path: target/distrib/
@@ -189,14 +189,14 @@ jobs:
189189
with:
190190
submodules: recursive
191191
- name: Install cached dist
192-
uses: actions/download-artifact@v4
192+
uses: actions/download-artifact@v5
193193
with:
194194
name: cargo-dist-cache
195195
path: ~/.cargo/bin/
196196
- run: chmod +x ~/.cargo/bin/dist
197197
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
198198
- name: Fetch local artifacts
199-
uses: actions/download-artifact@v4
199+
uses: actions/download-artifact@v5
200200
with:
201201
pattern: artifacts-*
202202
path: target/distrib/
@@ -238,14 +238,14 @@ jobs:
238238
with:
239239
submodules: recursive
240240
- name: Install cached dist
241-
uses: actions/download-artifact@v4
241+
uses: actions/download-artifact@v5
242242
with:
243243
name: cargo-dist-cache
244244
path: ~/.cargo/bin/
245245
- run: chmod +x ~/.cargo/bin/dist
246246
# Fetch artifacts from scratch-storage
247247
- name: Fetch artifacts
248-
uses: actions/download-artifact@v4
248+
uses: actions/download-artifact@v5
249249
with:
250250
pattern: artifacts-*
251251
path: target/distrib/
@@ -265,7 +265,7 @@ jobs:
265265
path: dist-manifest.json
266266
# Create a GitHub Release while uploading all files to it
267267
- name: "Download GitHub Artifacts"
268-
uses: actions/download-artifact@v4
268+
uses: actions/download-artifact@v5
269269
with:
270270
pattern: artifacts-*
271271
path: artifacts

0 commit comments

Comments
 (0)