diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index b0346b82..8022d7a9 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -35,7 +35,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: ./docs/.vuepress/dist - name: Deploy to GitHub Pages