diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d223d7e..2af70c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: run: | coverage run -m pytest tests coverage xml - - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3 + - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3 with: files: ./coverage.xml env_vars: OS,PYTHON