diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 29ce5c05dce..acb972bc7ad 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -69,7 +69,7 @@ jobs: run: | pytest -m "serial" -n 0 --dist no --cov=qcodes --cov-report xml --cov-append --hypothesis-profile ci qcodes - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v5.1.1 with: file: ./coverage.xml env_vars: OS,PYTHON