diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index 3c5cacd..29cd88c 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -14,17 +14,17 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build project - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: # Disable running of tests within install job runTests: false build: yarn run build - name: Save build folder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build if-no-files-found: error @@ -39,17 +39,17 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download the build folder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: .next - name: Cypress run e2e tests # Uses the official Cypress GitHub action https://github.com/cypress-io/github-action - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: # Starts web server for E2E tests - replace with your own server invocation # https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server @@ -78,17 +78,17 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download the build folder - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build path: .next - name: Cypress run component tests # Uses the official Cypress GitHub action https://github.com/cypress-io/github-action - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: # Records to Cypress Cloud # https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record