diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416f30a787..24125593a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: - name: 🚀 Publish Codecov Coverage 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]') continue-on-error: true - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v7.0.0 with: name: 'actions' token: '${{ secrets.CODECOV_TOKEN }}'