Skip to content

Commit 5aa2206

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c41faaf commit 5aa2206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

100755100644
+3-3
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
353353
- name: Download AssemblyInfo.cs
354354
id: download
355-
uses: actions/download-artifact@v3
355+
uses: actions/download-artifact@v4.1.7
356356
with:
357357
name: assembly-info
358358
path: src/
@@ -544,7 +544,7 @@ jobs:
544544
needs: [build, unit-test, integration-test]
545545
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
546546
steps:
547-
- uses: actions/download-artifact@v3
547+
- uses: actions/download-artifact@v4.1.7
548548
id: download
549549

550550
- name: List artifacts
@@ -577,7 +577,7 @@ jobs:
577577
with:
578578
fetch-depth: 0
579579

580-
- uses: actions/download-artifact@v3
580+
- uses: actions/download-artifact@v4.1.7
581581
id: download
582582

583583
- name: List artifacts

0 commit comments

Comments
 (0)