We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b06b8 commit 3fdafbaCopy full SHA for 3fdafba
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
run: dotnet test --no-build
71
72
- name: Codecov
73
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
+ uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
74
with:
75
files: '**/TestResults/*/*.cobertura.xml'
76
fail_ci_if_error: true
0 commit comments