diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index de167656..609ec05e 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ./explorer-v2/build - name: Deploy to GitHub Pages