We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a193984 commit 55f8bf9Copy full SHA for 55f8bf9
.github/workflows/workflow_build.yml
@@ -55,7 +55,7 @@ jobs:
55
run: dotnet test --configuration Release --no-build --verbosity normal /p:CollectCoverage=true
56
57
- name: Upload coverage to Codecov
58
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
59
with:
60
name: codecov
61
directory: __artifacts/test-results
0 commit comments