Skip to content

Commit 87372d0

Browse files
Update codecov/codecov-action action to v5.1.2 (#1574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72595ae commit 87372d0

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

0 commit comments

Comments
 (0)