We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269fb53 commit a85c30eCopy full SHA for a85c30e
.github/workflows/build.yml
@@ -38,6 +38,6 @@ jobs:
38
run: dotnet test --no-build --configuration Debug --collect:"Code Coverage;Format=cobertura;CoverageFileName=coverage.cobertura.xml"
39
40
- name: Upload coverage reports to Codecov
41
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5.2.0
42
env:
43
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments