Skip to content

Commit 0982216

Browse files
Bump actions/download-artifact
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f67bf2 commit 0982216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: ~/.cargo/bin
7474
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('.github/workflows/cd.yml') }}
7575
- name: Get shared artifacts
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4
7777
with:
7878
name: artifacts
7979
path: artifacts
@@ -187,7 +187,7 @@ jobs:
187187
fetch-depth: 1
188188

189189
- name: Get release artifacts
190-
uses: actions/download-artifact@v3
190+
uses: actions/download-artifact@v4
191191
with:
192192
name: artifacts
193193
path: artifacts
@@ -238,7 +238,7 @@ jobs:
238238
fetch-depth: 1
239239

240240
- name: Get release artifacts
241-
uses: actions/download-artifact@v3
241+
uses: actions/download-artifact@v4
242242
with:
243243
name: artifacts
244244
path: artifacts
@@ -296,7 +296,7 @@ jobs:
296296
runs-on: ubuntu-latest
297297
steps:
298298
- name: Get release artifacts
299-
uses: actions/download-artifact@v3
299+
uses: actions/download-artifact@v4
300300
with:
301301
name: artifacts
302302
path: artifacts

0 commit comments

Comments
 (0)