diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 741f0db47..6565f2d43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: path: 'coverage/' - name: 📫 Publish Coverage if: (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]') - uses: codecov/codecov-action@v5.0.6 + uses: codecov/codecov-action@v5.0.7 with: name: 'actions-${{ matrix.os }}' token: '${{ secrets.CODECOV_TOKEN }}'