Skip to content

Commit 30adb75

Browse files
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- 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 9568db4 commit 30adb75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
145145
working-directory: ./src
146146

147-
- uses: codecov/codecov-action@v2
147+
- uses: codecov/codecov-action@v3
148148
with:
149149
token: ${{ secrets.CODECOV_TOKEN }}
150150
directory: "src/${{ env.TEST_RESULTS }}"
@@ -247,7 +247,7 @@ jobs:
247247
needs: [build, unit-test]
248248
if: ${{ ! ( github.event.inputs.nuget ) }}
249249
steps:
250-
- uses: actions/download-artifact@v2
250+
- uses: actions/download-artifact@v3
251251
id: download
252252

253253
- name: List artifacts
@@ -272,7 +272,7 @@ jobs:
272272
needs: [build, unit-test]
273273
if: ${{ github.event.inputs.nuget }}
274274
steps:
275-
- uses: actions/download-artifact@v2
275+
- uses: actions/download-artifact@v3
276276
id: download
277277

278278
- name: List artifacts
@@ -304,7 +304,7 @@ jobs:
304304
with:
305305
fetch-depth: 0
306306

307-
- uses: actions/download-artifact@v2
307+
- uses: actions/download-artifact@v3
308308
id: download
309309

310310
- name: List artifacts

0 commit comments

Comments
 (0)