diff --git a/.github/workflows/meilisearch-prototype-tests.yml b/.github/workflows/meilisearch-prototype-tests.yml index cf311310..0cfc2931 100644 --- a/.github/workflows/meilisearch-prototype-tests.yml +++ b/.github/workflows/meilisearch-prototype-tests.yml @@ -59,12 +59,12 @@ jobs: # Tests are only done on one playground to avoid long testing time start: yarn playground:autocomplete env: playground=local - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos @@ -99,12 +99,12 @@ jobs: # Tests are only done on one playground to avoid long testing time start: yarn playground:local-react env: playground=local - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v4 + - 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 5da2e1d4..9c2fb1fa 100644 --- a/.github/workflows/pre-release-tests.yml +++ b/.github/workflows/pre-release-tests.yml @@ -57,12 +57,12 @@ jobs: # Tests are only done on one playground to avoid long testing time start: yarn playground:autocomplete env: playground=local - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos @@ -98,12 +98,12 @@ jobs: # Tests are only done on one playground to avoid long testing time start: yarn playground:local-react env: playground=local - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e06777c7..cced42e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,12 +51,12 @@ jobs: # Tests are only done on one playground to avoid long testing time start: yarn playground:autocomplete env: playground=local - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos @@ -101,12 +101,12 @@ jobs: # Tests are only done on one playground to avoid long testing time start: yarn playground:local-react env: playground=local - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-screenshots path: cypress/screenshots - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: failure() with: name: cypress-videos