diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 91d5b7e7..6dfe9371 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -105,7 +105,7 @@ jobs: - name: Build the site for demo page and embed view run: pnpm build:gh-pages - name: Upload artifact for pages - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: path: ./dist - name: Upload artifact for embed view