diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa3fd6d7..192ea22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: run: uv run --locked pytest --cov-report=xml - name: Upload coverage report - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: env_vars: OS,PYTHON disable_search: true