Skip to content

Commit 3d96ab9

Browse files
chore(deps): Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99dc2e4 commit 3d96ab9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 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@v7
138+
uses: actions/download-artifact@v8
139139
with:
140140
pattern: artifacts-*
141141
path: target/distrib/
@@ -190,7 +190,7 @@ jobs:
190190
persist-credentials: false
191191
submodules: recursive
192192
- name: Install cached dist
193-
uses: actions/download-artifact@v7
193+
uses: actions/download-artifact@v8
194194
with:
195195
name: cargo-dist-cache
196196
path: ~/.cargo/bin/
@@ -202,7 +202,7 @@ jobs:
202202
shell: bash
203203
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
204204
- name: Fetch local artifacts
205-
uses: actions/download-artifact@v7
205+
uses: actions/download-artifact@v8
206206
with:
207207
pattern: artifacts-*
208208
path: target/distrib/
@@ -259,14 +259,14 @@ jobs:
259259
persist-credentials: false
260260
submodules: recursive
261261
- name: Install cached dist
262-
uses: actions/download-artifact@v7
262+
uses: actions/download-artifact@v8
263263
with:
264264
name: cargo-dist-cache
265265
path: ~/.cargo/bin/
266266
- run: chmod +x ~/.cargo/bin/dist
267267
# Fetch artifacts from scratch-storage
268268
- name: Fetch artifacts
269-
uses: actions/download-artifact@v7
269+
uses: actions/download-artifact@v8
270270
with:
271271
pattern: artifacts-*
272272
path: target/distrib/
@@ -286,7 +286,7 @@ jobs:
286286
path: dist-manifest.json
287287
# Create a GitHub Release while uploading all files to it
288288
- name: "Download GitHub Artifacts"
289-
uses: actions/download-artifact@v7
289+
uses: actions/download-artifact@v8
290290
with:
291291
pattern: artifacts-*
292292
path: artifacts
@@ -326,7 +326,7 @@ jobs:
326326
token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
327327
# So we have access to the formula
328328
- name: Fetch homebrew formulae
329-
uses: actions/download-artifact@v7
329+
uses: actions/download-artifact@v8
330330
with:
331331
pattern: artifacts-*
332332
path: Formula/

0 commit comments

Comments
 (0)