Skip to content

Commit 92abad5

Browse files
Update codecov/codecov-action action to v5.5.2 (#1433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8090903 commit 92abad5

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
@@ -170,7 +170,7 @@ jobs:
170170
- name: 🚀 Publish Codecov Coverage
171171
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]')
172172
continue-on-error: true
173-
uses: codecov/codecov-action@v5.5.1
173+
uses: codecov/codecov-action@v5.5.2
174174
with:
175175
name: 'actions'
176176
token: '${{ secrets.CODECOV_TOKEN }}'

0 commit comments

Comments
 (0)