We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4c924 commit 321fd3dCopy full SHA for 321fd3d
.github/workflows/step-dotnet-tests.yml
@@ -107,7 +107,7 @@ jobs:
107
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
108
109
- name: Update codecov
110
- uses: codecov/codecov-action@v4.4.1
+ uses: codecov/codecov-action@v4.5.0
111
if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure' || steps.sonar.conclusion == 'skipped' ) }}
112
with:
113
token: ${{ env.codecov_token }}
0 commit comments