From 93a379db4f3d2011678770e24ace0d995e4d7893 Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Mon, 22 Apr 2024 12:44:10 +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 0c47af9..8cf0d8b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -40,7 +40,7 @@ jobs: run: npm run cypress:run continue-on-error: ${{ matrix.core.continue }} - name: Make artifacts available - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-artifact