Skip to content

Commit 87b38b5

Browse files
renovate[bot]steingran
authored andcommitted
chore(deps): update codecov/codecov-action action to v6
1 parent 9e5bcf6 commit 87b38b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 10
4242

4343
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@v5
44+
uses: codecov/codecov-action@v6
4545
if: always()
4646
with:
4747
files: '**/TestResults/**/coverage.cobertura.xml'

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
timeout-minutes: 10
6060

6161
- name: Upload coverage to CodeCov
62-
uses: codecov/codecov-action@v5
62+
uses: codecov/codecov-action@v6
6363
if: always()
6464
with:
6565
files: '**/TestResults/**/coverage.cobertura.xml'

0 commit comments

Comments
 (0)