diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6511e3fc..c0e7b1e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: uv run coverage xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v6.0.1 with: files: ./coverage.xml fail_ci_if_error: false