Skip to content

Commit 56c828e

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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>
1 parent 4b098ca commit 56c828e

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
@@ -134,7 +134,7 @@ jobs:
134134
run: ${{ matrix.install_dist.run }}
135135
# Get the dist-manifest
136136
- name: Fetch local artifacts
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@v6
138138
with:
139139
pattern: artifacts-*
140140
path: target/distrib/
@@ -190,14 +190,14 @@ jobs:
190190
with:
191191
submodules: recursive
192192
- name: Install cached dist
193-
uses: actions/download-artifact@v4
193+
uses: actions/download-artifact@v6
194194
with:
195195
name: cargo-dist-cache
196196
path: ~/.cargo/bin/
197197
- run: chmod +x ~/.cargo/bin/dist
198198
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
199199
- name: Fetch local artifacts
200-
uses: actions/download-artifact@v4
200+
uses: actions/download-artifact@v6
201201
with:
202202
pattern: artifacts-*
203203
path: target/distrib/
@@ -241,14 +241,14 @@ jobs:
241241
with:
242242
submodules: recursive
243243
- name: Install cached dist
244-
uses: actions/download-artifact@v4
244+
uses: actions/download-artifact@v6
245245
with:
246246
name: cargo-dist-cache
247247
path: ~/.cargo/bin/
248248
- run: chmod +x ~/.cargo/bin/dist
249249
# Fetch artifacts from scratch-storage
250250
- name: Fetch artifacts
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v6
252252
with:
253253
pattern: artifacts-*
254254
path: target/distrib/
@@ -268,7 +268,7 @@ jobs:
268268
path: dist-manifest.json
269269
# Create a GitHub Release while uploading all files to it
270270
- name: "Download GitHub Artifacts"
271-
uses: actions/download-artifact@v4
271+
uses: actions/download-artifact@v6
272272
with:
273273
pattern: artifacts-*
274274
path: artifacts

0 commit comments

Comments
 (0)