From 8c367e79f387b47f0d23432cb0a61cc37ed80f34 Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Tue, 24 Sep 2024 17:47:36 -0700 Subject: [PATCH] Use latest GitHub Actions upload-artifact plugin. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 456e8b5eb..a07ffabf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,12 +83,12 @@ jobs: wait-on: "http://localhost:1234" wait-on-timeout: 120 - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 if: failure() with: name: cypress-videos