Skip to content

Commit ff37c8d

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22cac58 commit ff37c8d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
run: ${{ matrix.install_dist.run }}
132132
# Get the dist-manifest
133133
- name: Fetch local artifacts
134-
uses: actions/download-artifact@v4
134+
uses: actions/download-artifact@v5
135135
with:
136136
pattern: artifacts-*
137137
path: target/distrib/
@@ -183,14 +183,14 @@ jobs:
183183
with:
184184
submodules: recursive
185185
- name: Install cached dist
186-
uses: actions/download-artifact@v4
186+
uses: actions/download-artifact@v5
187187
with:
188188
name: cargo-dist-cache
189189
path: ~/.cargo/bin/
190190
- run: chmod +x ~/.cargo/bin/dist
191191
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
192192
- name: Fetch local artifacts
193-
uses: actions/download-artifact@v4
193+
uses: actions/download-artifact@v5
194194
with:
195195
pattern: artifacts-*
196196
path: target/distrib/
@@ -232,14 +232,14 @@ jobs:
232232
with:
233233
submodules: recursive
234234
- name: Install cached dist
235-
uses: actions/download-artifact@v4
235+
uses: actions/download-artifact@v5
236236
with:
237237
name: cargo-dist-cache
238238
path: ~/.cargo/bin/
239239
- run: chmod +x ~/.cargo/bin/dist
240240
# Fetch artifacts from scratch-storage
241241
- name: Fetch artifacts
242-
uses: actions/download-artifact@v4
242+
uses: actions/download-artifact@v5
243243
with:
244244
pattern: artifacts-*
245245
path: target/distrib/
@@ -259,7 +259,7 @@ jobs:
259259
path: dist-manifest.json
260260
# Create a GitHub Release while uploading all files to it
261261
- name: "Download GitHub Artifacts"
262-
uses: actions/download-artifact@v4
262+
uses: actions/download-artifact@v5
263263
with:
264264
pattern: artifacts-*
265265
path: artifacts

0 commit comments

Comments
 (0)