Skip to content

Commit 8e229a6

Browse files
Update codecov/codecov-action action to v5.1.0 (#2400)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f57f0f commit 8e229a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: 📫 Publish Codecov Coverage
175175
if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
176176
continue-on-error: true
177-
uses: codecov/codecov-action@v5.0.7
177+
uses: codecov/codecov-action@v5.1.0
178178
with:
179179
name: 'actions'
180180
token: '${{ secrets.CODECOV_TOKEN }}'

0 commit comments

Comments
 (0)