diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e7179a6..08bf70b 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@v5 + uses: codecov/codecov-action@v6 with: use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}