diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c607ab8..ba4c907 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: - name: Upload coverage reports to Codecov # Skip on PRs from forks where CODECOV_TOKEN isn't available. if: github.repository == 'nudgebee/kubepug' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}