diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index a7230291e..ae7e3d291 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -27,7 +27,7 @@ jobs: run: | python -m pytest -v -m "not req_creds and not prolific" --cov --cov-report=xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.xml fail_ci_if_error: true