diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 9ef9aca66cb7..794b92a7c93a 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -119,7 +119,7 @@ jobs: pytest -m "serial" -n 0 --dist no --cov --cov-report xml --cov-append --hypothesis-profile ci $PYTEST_OPT tests id: serial_tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 with: files: ./coverage.xml env_vars: OS,PYTHON