diff --git a/.github/workflows/playground-deploy.yaml b/.github/workflows/playground-deploy.yaml index f935f977..b20c7065 100644 --- a/.github/workflows/playground-deploy.yaml +++ b/.github/workflows/playground-deploy.yaml @@ -39,7 +39,7 @@ jobs: cp out/playground/bundle.dest/index.html _site/ - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: _site