Skip to content

Commit 38f50c4

Browse files
authored
Merge pull request #607 from uutils/dependabot/github_actions/actions/download-artifact-7
build(deps): bump actions/download-artifact from 6 to 7
2 parents 111eec1 + 2968efc commit 38f50c4

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
@@ -129,7 +129,7 @@ jobs:
129129
run: ${{ matrix.install_dist.run }}
130130
# Get the dist-manifest
131131
- name: Fetch local artifacts
132-
uses: actions/download-artifact@v6
132+
uses: actions/download-artifact@v7
133133
with:
134134
pattern: artifacts-*
135135
path: target/distrib/
@@ -177,14 +177,14 @@ jobs:
177177
with:
178178
submodules: recursive
179179
- name: Install cached dist
180-
uses: actions/download-artifact@v6
180+
uses: actions/download-artifact@v7
181181
with:
182182
name: cargo-dist-cache
183183
path: ~/.cargo/bin/
184184
- run: chmod +x ~/.cargo/bin/dist
185185
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
186186
- name: Fetch local artifacts
187-
uses: actions/download-artifact@v6
187+
uses: actions/download-artifact@v7
188188
with:
189189
pattern: artifacts-*
190190
path: target/distrib/
@@ -226,14 +226,14 @@ jobs:
226226
with:
227227
submodules: recursive
228228
- name: Install cached dist
229-
uses: actions/download-artifact@v6
229+
uses: actions/download-artifact@v7
230230
with:
231231
name: cargo-dist-cache
232232
path: ~/.cargo/bin/
233233
- run: chmod +x ~/.cargo/bin/dist
234234
# Fetch artifacts from scratch-storage
235235
- name: Fetch artifacts
236-
uses: actions/download-artifact@v6
236+
uses: actions/download-artifact@v7
237237
with:
238238
pattern: artifacts-*
239239
path: target/distrib/
@@ -253,7 +253,7 @@ jobs:
253253
path: dist-manifest.json
254254
# Create a GitHub Release while uploading all files to it
255255
- name: "Download GitHub Artifacts"
256-
uses: actions/download-artifact@v6
256+
uses: actions/download-artifact@v7
257257
with:
258258
pattern: artifacts-*
259259
path: artifacts

0 commit comments

Comments
 (0)