Skip to content

Commit d4d94f5

Browse files
authored
Merge pull request #90 from wakatime/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 4 to 6
2 parents c978e60 + 75d870f commit d4d94f5

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@v4
132+
uses: actions/download-artifact@v6
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@v4
180+
uses: actions/download-artifact@v6
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@v4
187+
uses: actions/download-artifact@v6
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@v4
229+
uses: actions/download-artifact@v6
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@v4
236+
uses: actions/download-artifact@v6
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@v4
256+
uses: actions/download-artifact@v6
257257
with:
258258
pattern: artifacts-*
259259
path: artifacts

0 commit comments

Comments
 (0)