diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3c2d47f..0d41ffa 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -42,7 +42,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' && github.repository == 'Deep-MI/LaPy' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml flags: unittests # optional