We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f957f05 commit 2513f7eCopy full SHA for 2513f7e
1 file changed
.github/workflows/ci.yml
@@ -176,7 +176,7 @@ jobs:
176
- name: 🚀 Publish Codecov Coverage
177
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]')
178
continue-on-error: true
179
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.0
180
with:
181
name: 'actions'
182
token: '${{ secrets.CODECOV_TOKEN }}'
0 commit comments