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 @@ -352,7 +352,7 @@ jobs:
352
352
353
353
- name : Download AssemblyInfo.cs
354
354
id : download
355
- uses : actions/download-artifact@v3
355
+ uses : actions/download-artifact@v4.1.7
356
356
with :
357
357
name : assembly-info
358
358
path : src/
@@ -544,7 +544,7 @@ jobs:
544
544
needs : [build, unit-test, integration-test]
545
545
if : ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
546
546
steps :
547
- - uses : actions/download-artifact@v3
547
+ - uses : actions/download-artifact@v4.1.7
548
548
id : download
549
549
550
550
- name : List artifacts
@@ -577,7 +577,7 @@ jobs:
577
577
with :
578
578
fetch-depth : 0
579
579
580
- - uses : actions/download-artifact@v3
580
+ - uses : actions/download-artifact@v4.1.7
581
581
id : download
582
582
583
583
- name : List artifacts
You can’t perform that action at this time.
0 commit comments