diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cd47d2..3838777 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@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true use_oidc: true