diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ff80f09..e452bd2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -46,7 +46,7 @@ jobs: run: pytest lapy --cov=lapy --cov-report=xml --cov-config=pyproject.toml - name: Upload to codecov if: ${{ matrix.os == 'ubuntu' && matrix.python-version == '3.10' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./coverage.xml flags: unittests # optional