From 4064c62b952ba2d255dc9373c3cb6b54c40a3a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Thu, 13 Apr 2023 23:02:30 +0200 Subject: [PATCH] Update actions/download-artifact to v3 --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0e0419a58..0c9e4bec5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -143,10 +143,10 @@ jobs: site: ['', 'en'] steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: static-site - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: static-storybook path: dist/dev/storybook @@ -177,10 +177,10 @@ jobs: if: needs.deploy-context.outputs.env-name == 'master' steps: - uses: actions/checkout@v3 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: static-site - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: static-storybook path: dist/dev/storybook