diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index dd53fd9..3d1f7d8 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -30,7 +30,7 @@ jobs: - name: Test with pytest run: | pytest --mpl --mpl-results-path=results --mpl-generate-summary=html - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: pytest-${{ matrix.python-version }}-results