Skip to content

Commit dff3bd6

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#46)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f72545 commit dff3bd6

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@v7
138+
uses: actions/download-artifact@v8
139139
with:
140140
pattern: artifacts-*
141141
path: target/distrib/
@@ -188,14 +188,14 @@ jobs:
188188
persist-credentials: false
189189
submodules: recursive
190190
- name: Install cached dist
191-
uses: actions/download-artifact@v7
191+
uses: actions/download-artifact@v8
192192
with:
193193
name: cargo-dist-cache
194194
path: ~/.cargo/bin/
195195
- run: chmod +x ~/.cargo/bin/dist
196196
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
197197
- name: Fetch local artifacts
198-
uses: actions/download-artifact@v7
198+
uses: actions/download-artifact@v8
199199
with:
200200
pattern: artifacts-*
201201
path: target/distrib/
@@ -238,14 +238,14 @@ jobs:
238238
persist-credentials: false
239239
submodules: recursive
240240
- name: Install cached dist
241-
uses: actions/download-artifact@v7
241+
uses: actions/download-artifact@v8
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@v7
248+
uses: actions/download-artifact@v8
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@v7
268+
uses: actions/download-artifact@v8
269269
with:
270270
pattern: artifacts-*
271271
path: artifacts

0 commit comments

Comments
 (0)