From d012352fae519778963c35b0c98e4db92254d82c Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Fri, 17 Jan 2025 15:01:28 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20met=20=C3=A0=20jour=20les=20actions=20?= =?UTF-8?q?d=C3=A9pr=C3=A9ci=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4fae9c9bd..9c8e07778 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -88,7 +88,7 @@ jobs: ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }} ALGOLIA_SEARCH_KEY: ${{secrets.ALGOLIA_SEARCH_KEY}} ALGOLIA_INDEX_PREFIX: monentreprise-${{needs.deploy-context.outputs.env-name}}- - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: static-site path: | @@ -115,7 +115,7 @@ jobs: CRISP_WEBSITE_ID: ${{ secrets.CRISP_WEBSITE_ID }} - name: Build Storybook run: yarn workspace site build:storybook - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: static-storybook path: | @@ -129,7 +129,7 @@ jobs: - uses: ./.github/actions/install - name: Build API run: yarn workspace api build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: static-api path: | @@ -145,10 +145,10 @@ jobs: site: ['', 'en'] steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: static-site - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: static-storybook path: dist/dev/storybook @@ -179,10 +179,10 @@ jobs: if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && needs.deploy-context.outputs.env-name == 'master' steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: static-site - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: static-storybook path: dist/dev/storybook