We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5dd1a commit 6dfd3d3Copy full SHA for 6dfd3d3
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.5.3
+ uses: codecov/codecov-action@v6.0.0
180
with:
181
name: 'actions'
182
token: '${{ secrets.CODECOV_TOKEN }}'
0 commit comments