diff --git a/.github/workflows/deploy-playground.yml b/.github/workflows/deploy-playground.yml index b5d63fe..2c7202b 100644 --- a/.github/workflows/deploy-playground.yml +++ b/.github/workflows/deploy-playground.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: # Upload playground build directory as github-pages artifact path: './playground/dist'