Skip to content

Commit 7d16d68

Browse files
authored
Merge pull request #4902 from GitTools/dependabot/github_actions/dot-github/workflows/codecov/codecov-action-6
(build deps): Bump codecov/codecov-action from 5 to 6 in /.github/workflows
2 parents 1307959 + a07f427 commit 7d16d68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
paths: artifacts/test-results/**/results.xml
4848

4949
- name: Upload Coverage
50-
uses: codecov/codecov-action@v5
50+
uses: codecov/codecov-action@v6
5151
if: success() && inputs.publish_coverage && matrix.dotnet_version == '10.0'
5252
with:
5353
files: artifacts/test-results/**/results.xml
5454
report_type: 'test_results'
5555
use_oidc: true
5656

5757
- name: Upload Coverage
58-
uses: codecov/codecov-action@v5
58+
uses: codecov/codecov-action@v6
5959
if: success() && inputs.publish_coverage && matrix.dotnet_version == '10.0'
6060
with:
6161
directory: artifacts/test-results

0 commit comments

Comments
 (0)