Skip to content

Commit e486cce

Browse files
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 739769f commit e486cce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload test results to Codecov
8282
if: ${{ !cancelled() }}
83-
uses: codecov/codecov-action@v5
83+
uses: codecov/codecov-action@v6
8484
with:
8585
fail_ci_if_error: true
8686
report_type: test_results
@@ -89,7 +89,7 @@ jobs:
8989
token: ${{ secrets.CODECOV_TOKEN }}
9090

9191
- name: Upload coverage to Codecov
92-
uses: codecov/codecov-action@v5
92+
uses: codecov/codecov-action@v6
9393
with:
9494
fail_ci_if_error: true
9595
files: '**/TestResults/coverage.cobertura.xml'

0 commit comments

Comments
 (0)