diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e619da..f82f6b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: if: github.event_name == 'pull_request' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}