diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 375aa5c..60ffdf5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,6 +32,6 @@ jobs: - name: Test with pytest run: nox -db uv - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}