From 6eab53365ce948171e648627cc064e17d9315d4c Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Tue, 5 Nov 2024 17:12:56 -0600 Subject: [PATCH] chore: update *-artifact GitHub Actions to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccae4e5f..7a28e7e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: python -m pytest -r sa --mpl --mpl-results-path=pytest_results - name: Upload pytest test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: pytest_results-${{ matrix.python-version }}-${{ matrix.runs-on }}