Skip to content

Commit 7717613

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 903a08d commit 7717613

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: TestResults/*.trx
3232
reporter: dotnet-trx
3333
- name: Upload coverage reports to Codecov
34-
uses: codecov/codecov-action@v5
34+
uses: codecov/codecov-action@v6
3535

3636
publish:
3737
env:

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: TestResults/*.trx
4747
reporter: dotnet-trx
4848
- name: Upload coverage reports to Codecov
49-
uses: codecov/codecov-action@v5
49+
uses: codecov/codecov-action@v6
5050

5151
publish:
5252
strategy:

0 commit comments

Comments
 (0)