diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6ece31b..dbd4498 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -29,7 +29,7 @@ jobs: run: | poetry run pytest - name: Save Coverage Report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage-${{ matrix.python-version }}-${{ matrix.os }} path: coverage.xml