diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 8477a36..c6e6e23 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./explorer-v3/dist/astro-eslint-parser - name: Deploy to GitHub Pages