Skip to content

Commit 0382c5e

Browse files
chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.5 (#102)
1 parent 6f59557 commit 0382c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/step-dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
130130
131131
- name: Update codecov
132-
uses: codecov/[email protected].2
132+
uses: codecov/[email protected].5
133133
if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure' || steps.sonar.conclusion == 'skipped' ) }}
134134
with:
135135
token: ${{ env.codecov_token }}

0 commit comments

Comments
 (0)