diff --git a/.github/workflows/applitools.yml b/.github/workflows/applitools.yml index 1bf866f477..2d537cd869 100644 --- a/.github/workflows/applitools.yml +++ b/.github/workflows/applitools.yml @@ -28,7 +28,7 @@ jobs: - name: Archive Storybook uses: actions/upload-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Clean Folders @@ -60,7 +60,7 @@ jobs: - name: Fetch Storybook uses: actions/download-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Restart nginx diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3e487fd323..1e0da9c37d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -69,7 +69,7 @@ jobs: - name: Archive Storybook uses: actions/upload-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Clean Folders @@ -102,7 +102,7 @@ jobs: - name: Fetch Storybook uses: actions/download-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Restart nginx @@ -155,7 +155,7 @@ jobs: - name: Fetch Storybook uses: actions/download-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Restart nginx @@ -226,7 +226,7 @@ jobs: - name: Fetch Storybook uses: actions/download-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Restart nginx diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9baa022cd6..722672d72a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -72,7 +72,7 @@ jobs: - name: Archive Storybook uses: actions/upload-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Clean Folders @@ -182,7 +182,7 @@ jobs: - name: Fetch Storybook uses: actions/download-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/gh-docs/${{env.DOCUMENTATION_PUBLISH_FOLDER}} - name: Push Documentation @@ -234,7 +234,7 @@ jobs: - name: Fetch Storybook uses: actions/download-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Restart nginx @@ -337,7 +337,7 @@ jobs: - name: Fetch Storybook uses: actions/download-artifact@v2 with: - name: storybook + name: storybook-v2 path: ${{ github.workspace }}/dist - name: Restart nginx