File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ jobs:
298
298
needs : [build, unit-test]
299
299
if : ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
300
300
steps :
301
- - uses : actions/download-artifact@v3
301
+ - uses : actions/download-artifact@v4
302
302
id : download
303
303
304
304
- name : List artifacts
@@ -323,7 +323,7 @@ jobs:
323
323
needs : [build, unit-test]
324
324
if : ${{ github.event.inputs.nuget }}
325
325
steps :
326
- - uses : actions/download-artifact@v3
326
+ - uses : actions/download-artifact@v4
327
327
id : download
328
328
329
329
- name : List artifacts
@@ -355,7 +355,7 @@ jobs:
355
355
with :
356
356
fetch-depth : 0
357
357
358
- - uses : actions/download-artifact@v3
358
+ - uses : actions/download-artifact@v4
359
359
id : download
360
360
361
361
- name : List artifacts
You can’t perform that action at this time.
0 commit comments