We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a957fc9 commit 0bf0e1bCopy full SHA for 0bf0e1b
.github/workflows/step-dotnet-tests.yml
@@ -125,7 +125,7 @@ jobs:
125
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
126
127
- name: Update codecov
128
- uses: codecov/codecov-action@v4.2.0
+ uses: codecov/codecov-action@v4.3.0
129
if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure' || steps.sonar.conclusion == 'skipped' ) }}
130
with:
131
token: ${{ env.codecov_token }}
0 commit comments