diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index f62d8fb..fc9efbb 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./explorer/dist - name: Deploy to GitHub Pages