diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 27983ec..e00c7f9 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -29,7 +29,7 @@ jobs: run: | poetry run pytest -v - name: Save Coverage Report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ matrix.python-version }}-${{ matrix.os }} path: coverage.xml