diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a19d0f..955892e 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@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}