From b710c9f803480f6b54c862fd9d8792593ca93284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 17:01:42 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/meilisearch-prototype-tests.yml | 8 ++++---- .github/workflows/pre-release-tests.yml | 8 ++++---- .github/workflows/tests.yml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) 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