We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8090903 commit 92abad5Copy full SHA for 92abad5
.github/workflows/ci.yml
@@ -170,7 +170,7 @@ jobs:
170
- name: 🚀 Publish Codecov Coverage
171
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]')
172
continue-on-error: true
173
- uses: codecov/codecov-action@v5.5.1
+ uses: codecov/codecov-action@v5.5.2
174
with:
175
name: 'actions'
176
token: '${{ secrets.CODECOV_TOKEN }}'
0 commit comments