We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41faaf commit 5aa2206Copy full SHA for 5aa2206
.github/workflows/ci.yml
100755
100644
@@ -352,7 +352,7 @@ jobs:
352
353
- name: Download AssemblyInfo.cs
354
id: download
355
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
356
with:
357
name: assembly-info
358
path: src/
@@ -544,7 +544,7 @@ jobs:
544
needs: [build, unit-test, integration-test]
545
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
546
steps:
547
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
548
549
550
- name: List artifacts
@@ -577,7 +577,7 @@ jobs:
577
578
fetch-depth: 0
579
580
581
582
583
0 commit comments