We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfdcd2 commit 7760890Copy full SHA for 7760890
.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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
42
env:
43
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments