Skip to content

Commit 839a598

Browse files
authored
Merge pull request #167 from dorssel/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 739769f + e486cce commit 839a598

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)