diff --git a/.github/workflows/01-cypress.yml b/.github/workflows/01-cypress.yml index 9849bc2..b9425d3 100644 --- a/.github/workflows/01-cypress.yml +++ b/.github/workflows/01-cypress.yml @@ -33,7 +33,7 @@ jobs: config: pageLoadTimeout=100000,baseUrl=http://localhost:8080 - name: 🛗 Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 # after the test run completes # store videos and any screenshots # NOTE: screenshots will be generated only if an E2E test failed @@ -42,7 +42,7 @@ jobs: with: name: cypress-screenshots path: e2e/cypress/screenshots - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 # Test run video was always captured, so this action uses "always()" condition if: always() with: