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 349f8af commit 9b6c59eCopy full SHA for 9b6c59e
.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@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
42
env:
43
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments