diff --git a/.github/workflows/beta-tests.yml b/.github/workflows/beta-tests.yml index ca56736d..663c0850 100644 --- a/.github/workflows/beta-tests.yml +++ b/.github/workflows/beta-tests.yml @@ -49,12 +49,12 @@ jobs: # Your starting script start: yarn test:browser # Creates and uploads GitHub artifacts in case of failure - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos diff --git a/.github/workflows/pre-release-tests.yml b/.github/workflows/pre-release-tests.yml index 2b3b818e..b01152f1 100644 --- a/.github/workflows/pre-release-tests.yml +++ b/.github/workflows/pre-release-tests.yml @@ -49,12 +49,12 @@ jobs: # Your starting script start: yarn test:browser # Creates and uploads GitHub artifacts in case of failure - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d680ad5d..b32b88d1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,12 +40,12 @@ jobs: # Your starting script start: yarn test:browser # Creates and uploads GitHub artifacts in case of failure - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos