Skip to content

Commit 1958e98

Browse files
authored
Merge pull request #79 from jwt-rs/dependabot/github_actions/dot-github/workflows/github_actions-393ff94d45
Bump actions/download-artifact from 3 to 4 in /.github/workflows in the github_actions group across 1 directory
2 parents 3329f3e + 0982216 commit 1958e98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

100755100644
+4-4
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)