Skip to content

Commit 8db2a17

Browse files
Update codecov/codecov-action action to v5.5.1 (#1920)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41f7003 commit 8db2a17

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
@@ -178,7 +178,7 @@ jobs:
178178
- name: 🚀 Publish Codecov Coverage
179179
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]')
180180
continue-on-error: true
181-
uses: codecov/codecov-action@v5.5.0
181+
uses: codecov/codecov-action@v5.5.1
182182
with:
183183
name: 'actions'
184184
token: '${{ secrets.CODECOV_TOKEN }}'

0 commit comments

Comments
 (0)