We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459e27b commit bc274d1Copy full SHA for bc274d1
.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
138
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
139
- name: Upload coverage to codecov.io
140
if: matrix.os == 'ubuntu-latest'
141
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
142
with:
143
fail_ci_if_error: true
144
verbose: true
0 commit comments