Skip to content

Commit 28ce142

Browse files
chore(deps): 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 8dd8233 commit 28ce142

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 7 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/
@@ -182,7 +182,7 @@ jobs:
182182
persist-credentials: false
183183
submodules: recursive
184184
- name: Install cached dist
185-
uses: actions/download-artifact@v4
185+
uses: actions/download-artifact@v5
186186
with:
187187
name: cargo-dist-cache
188188
path: ~/.cargo/bin/
@@ -194,7 +194,7 @@ jobs:
194194
shell: bash
195195
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
196196
- name: Fetch local artifacts
197-
uses: actions/download-artifact@v4
197+
uses: actions/download-artifact@v5
198198
with:
199199
pattern: artifacts-*
200200
path: target/distrib/
@@ -251,14 +251,14 @@ jobs:
251251
persist-credentials: false
252252
submodules: recursive
253253
- name: Install cached dist
254-
uses: actions/download-artifact@v4
254+
uses: actions/download-artifact@v5
255255
with:
256256
name: cargo-dist-cache
257257
path: ~/.cargo/bin/
258258
- run: chmod +x ~/.cargo/bin/dist
259259
# Fetch artifacts from scratch-storage
260260
- name: Fetch artifacts
261-
uses: actions/download-artifact@v4
261+
uses: actions/download-artifact@v5
262262
with:
263263
pattern: artifacts-*
264264
path: target/distrib/
@@ -278,7 +278,7 @@ jobs:
278278
path: dist-manifest.json
279279
# Create a GitHub Release while uploading all files to it
280280
- name: "Download GitHub Artifacts"
281-
uses: actions/download-artifact@v4
281+
uses: actions/download-artifact@v5
282282
with:
283283
pattern: artifacts-*
284284
path: artifacts
@@ -318,7 +318,7 @@ jobs:
318318
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
319319
# So we have access to the formula
320320
- name: Fetch homebrew formulae
321-
uses: actions/download-artifact@v4
321+
uses: actions/download-artifact@v5
322322
with:
323323
pattern: artifacts-*
324324
path: Formula/

0 commit comments

Comments
 (0)