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 1d9864d commit fa96366Copy full SHA for fa96366
.github/workflows/step-dotnet-tests.yml
@@ -142,7 +142,7 @@ jobs:
142
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
143
144
- name: Update codecov
145
- uses: codecov/codecov-action@v5.4.0
+ uses: codecov/codecov-action@v5.4.2
146
if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure' || steps.sonar.conclusion == 'skipped' ) }}
147
with:
148
token: ${{ env.codecov_token }}
0 commit comments