diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0dd35fc..d47a9eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,7 +91,7 @@ jobs: env: MPLBACKEND: Agg - name: Upload pytest test result artifacts on failure - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: pytest-results-${{ matrix.python-version }} path: tests/results