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 6f59557 commit 0382c5eCopy full SHA for 0382c5e
.github/workflows/step-dotnet-tests.yml
@@ -129,7 +129,7 @@ jobs:
129
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
130
131
- name: Update codecov
132
- uses: codecov/codecov-action@v5.0.2
+ uses: codecov/codecov-action@v5.0.5
133
if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure' || steps.sonar.conclusion == 'skipped' ) }}
134
with:
135
token: ${{ env.codecov_token }}
0 commit comments