diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fb9c628326bb..96162f03ef7a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -99,7 +99,7 @@ jobs: - run: npm run build-storybook - run: make check-examples if: github.event_name != 'pull_request_target' - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: Examples hosted path: .build/examples-hosted @@ -114,7 +114,7 @@ jobs: - run: npm run dist - run: npm run dist-spinner - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: Npm logs path: /home/runner/.npm/_logs @@ -156,7 +156,7 @@ jobs: cp -ar .build/storybook gh-pages/storybook if: startsWith(github.ref, 'refs/heads/') && ! contains(github.ref_name, '/') && env.HAS_SECRETS == 'HAS_SECRETS' - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: gh-pages path: gh-pages