diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 51a66a9745ba..6ca444cfdef9 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -57,7 +57,7 @@ jobs: run: | pytest --cov=qcodes --cov-report xml --cov-config=setup.cfg --hypothesis-profile ci qcodes - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: file: ./coverage.xml env_vars: OS,PYTHON