Skip to content

Commit fa96366

Browse files
chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#195)
1 parent 1d9864d commit fa96366

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
@@ -142,7 +142,7 @@ jobs:
142142
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
143143
144144
- name: Update codecov
145-
uses: codecov/codecov-action@v5.4.0
145+
uses: codecov/codecov-action@v5.4.2
146146
if: ${{ env.codecov_token != '' && (success() || steps.test.conclusion == 'failure' || steps.sonar.conclusion == 'skipped' ) }}
147147
with:
148148
token: ${{ env.codecov_token }}

0 commit comments

Comments
 (0)