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 5bc2996 commit 25cccc1Copy full SHA for 25cccc1
.github/workflows/step-dotnet-tests.yml
@@ -142,7 +142,8 @@ jobs:
142
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
143
144
- name: Update codecov
145
- uses: codecov/codecov-action@v5.4.2
+ # Temporary workaround for Codecov Action issue: https://github.com/codecov/codecov-action/issues/1735
146
+ uses: codecov/codecov-action@v3
147
if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure' || steps.sonar.conclusion == 'skipped' ) }}
148
with:
149
token: ${{ env.codecov_token }}
0 commit comments