Skip to content

Commit ece946c

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2361edd commit ece946c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
needs: [build, unit-test]
299299
if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
300300
steps:
301-
- uses: actions/download-artifact@v3
301+
- uses: actions/download-artifact@v4
302302
id: download
303303

304304
- name: List artifacts
@@ -323,7 +323,7 @@ jobs:
323323
needs: [build, unit-test]
324324
if: ${{ github.event.inputs.nuget }}
325325
steps:
326-
- uses: actions/download-artifact@v3
326+
- uses: actions/download-artifact@v4
327327
id: download
328328

329329
- name: List artifacts
@@ -355,7 +355,7 @@ jobs:
355355
with:
356356
fetch-depth: 0
357357

358-
- uses: actions/download-artifact@v3
358+
- uses: actions/download-artifact@v4
359359
id: download
360360

361361
- name: List artifacts

0 commit comments

Comments
 (0)