Skip to content

Commit 2513f7e

Browse files
Update codecov/codecov-action action to v5.5.0 (#1625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f957f05 commit 2513f7e

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
@@ -176,7 +176,7 @@ jobs:
176176
- name: 🚀 Publish Codecov Coverage
177177
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]')
178178
continue-on-error: true
179-
uses: codecov/codecov-action@v5.4.3
179+
uses: codecov/codecov-action@v5.5.0
180180
with:
181181
name: 'actions'
182182
token: '${{ secrets.CODECOV_TOKEN }}'

0 commit comments

Comments
 (0)