diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index de529c19..084851bb 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -27,4 +27,4 @@ jobs: time env PYTHONPATH=. pytest -v --cov=chewie test/unit/test_*.py - if: ${{ matrix.python-version == env.CODECOV_PY_VER }} name: Upload codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5