From 2006180d0677a7e9ee12354519a2ce3728cd5705 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Mon, 22 Apr 2024 12:48:22 +0530 Subject: [PATCH] Bumped `actions/upload-artifact` from v3 to v4 --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c0d34d9..b5d02b0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -78,7 +78,7 @@ jobs: - name: Test run: npm run cypress:run - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-artifact-insecure-content-warning