diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad62030a3..ca4696539 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: # upload would fail under fail_ci_if_error. Skip it for forks; coverage is # still uploaded and enforced for same-repo PRs and pushes to main. if: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request' }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: build/reports/kover/coverage.xml