diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index d0babdd..1108e16 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -28,7 +28,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