diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5dfa91..c6f20c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: run: uv run --no-sync pytest -v -n auto --cov --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true use_oidc: true