From 75777203397f2729c605babda34d0210801ea42c Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Thu, 5 Sep 2024 09:55:55 -0400 Subject: [PATCH] Update to v4 of github upload-artifact --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5371005b8e..2a7e8e4e57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,12 +42,14 @@ jobs: with: start: yarn serve wait-on: "http://localhost:8080" - - uses: actions/upload-artifact@v2 + - name: Upload Cypress Screenshots + uses: actions/upload-artifact@v4 with: name: cypress-screenshots path: cypress/screenshots if-no-files-found: ignore - - uses: actions/upload-artifact@v2 + - name: Upload Cypress Videos + uses: actions/upload-artifact@v4 with: name: cypress-videos path: cypress/videos