We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1307959 + a07f427 commit 7d16d68Copy full SHA for 7d16d68
1 file changed
.github/workflows/_unit_tests.yml
@@ -47,15 +47,15 @@ jobs:
47
paths: artifacts/test-results/**/results.xml
48
49
- name: Upload Coverage
50
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
51
if: success() && inputs.publish_coverage && matrix.dotnet_version == '10.0'
52
with:
53
files: artifacts/test-results/**/results.xml
54
report_type: 'test_results'
55
use_oidc: true
56
57
58
59
60
61
directory: artifacts/test-results
0 commit comments