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 diff --git a/packages/core/package.json b/packages/core/package.json index f1015cb905..d1e1978daf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -58,7 +58,7 @@ "react-google-charts": "^3.0.15", "react-outside-click-handler": "^1.3.0", "react-plotly.js": "^2.5.1", - "react-resize-aware": "^3.1.1", + "react-resize-aware": "3.1.1", "react-reveal": "^1.2.2", "react-table": "6.8.6", "react-table-hoc-fixed-columns": "2.3.4"