File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 73
73
path : ~/.cargo/bin
74
74
key : ${{ runner.os }}-cargo-bin-${{ hashFiles('.github/workflows/cd.yml') }}
75
75
- name : Get shared artifacts
76
- uses : actions/download-artifact@v3
76
+ uses : actions/download-artifact@v4
77
77
with :
78
78
name : artifacts
79
79
path : artifacts
@@ -187,7 +187,7 @@ jobs:
187
187
fetch-depth : 1
188
188
189
189
- name : Get release artifacts
190
- uses : actions/download-artifact@v3
190
+ uses : actions/download-artifact@v4
191
191
with :
192
192
name : artifacts
193
193
path : artifacts
@@ -238,7 +238,7 @@ jobs:
238
238
fetch-depth : 1
239
239
240
240
- name : Get release artifacts
241
- uses : actions/download-artifact@v3
241
+ uses : actions/download-artifact@v4
242
242
with :
243
243
name : artifacts
244
244
path : artifacts
@@ -296,7 +296,7 @@ jobs:
296
296
runs-on : ubuntu-latest
297
297
steps :
298
298
- name : Get release artifacts
299
- uses : actions/download-artifact@v3
299
+ uses : actions/download-artifact@v4
300
300
with :
301
301
name : artifacts
302
302
path : artifacts
You can’t perform that action at this time.
0 commit comments