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