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