Skip to content

Commit c54b661

Browse files
Update codecov/codecov-action action to v5.5.1 (#1354)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2eb972b commit c54b661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.5.0
177+
uses: codecov/codecov-action@v5.5.1
178178
with:
179179
name: 'actions'
180180
token: '${{ secrets.CODECOV_TOKEN }}'

0 commit comments

Comments
 (0)