From 66948cd498d41e5c829deac572642070e4522506 Mon Sep 17 00:00:00 2001 From: Siddharth Thevaril Date: Fri, 19 Jul 2024 19:37:57 +0530 Subject: [PATCH] Update actions/upload-artifact from v3 to v4 --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 4d13b9f..7e5ac1f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -53,6 +53,7 @@ jobs: - name: Set the core version and plugins config run: ./tests/bin/set-wp-config.js --core=${{ matrix.core.version }} --plugins=./${{ github.event.repository.name }} - name: Set up WP environment + run: npm run env:start - name: Test run: npm run cypress:run