Skip to content

Commit be60452

Browse files
Bump actions/download-artifact from 5 to 6 (#85)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 d05a1e3 commit be60452

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
@@ -133,7 +133,7 @@ jobs:
133133
run: ${{ matrix.install_dist.run }}
134134
# Get the dist-manifest
135135
- name: Fetch local artifacts
136-
uses: actions/download-artifact@v5
136+
uses: actions/download-artifact@v6
137137
with:
138138
pattern: artifacts-*
139139
path: target/distrib/
@@ -181,14 +181,14 @@ jobs:
181181
with:
182182
submodules: recursive
183183
- name: Install cached dist
184-
uses: actions/download-artifact@v5
184+
uses: actions/download-artifact@v6
185185
with:
186186
name: cargo-dist-cache
187187
path: ~/.cargo/bin/
188188
- run: chmod +x ~/.cargo/bin/dist
189189
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
190190
- name: Fetch local artifacts
191-
uses: actions/download-artifact@v5
191+
uses: actions/download-artifact@v6
192192
with:
193193
pattern: artifacts-*
194194
path: target/distrib/
@@ -230,14 +230,14 @@ jobs:
230230
with:
231231
submodules: recursive
232232
- name: Install cached dist
233-
uses: actions/download-artifact@v5
233+
uses: actions/download-artifact@v6
234234
with:
235235
name: cargo-dist-cache
236236
path: ~/.cargo/bin/
237237
- run: chmod +x ~/.cargo/bin/dist
238238
# Fetch artifacts from scratch-storage
239239
- name: Fetch artifacts
240-
uses: actions/download-artifact@v5
240+
uses: actions/download-artifact@v6
241241
with:
242242
pattern: artifacts-*
243243
path: target/distrib/
@@ -257,7 +257,7 @@ jobs:
257257
path: dist-manifest.json
258258
# Create a GitHub Release while uploading all files to it
259259
- name: "Download GitHub Artifacts"
260-
uses: actions/download-artifact@v5
260+
uses: actions/download-artifact@v6
261261
with:
262262
pattern: artifacts-*
263263
path: artifacts

0 commit comments

Comments
 (0)