diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index edbe5bbc8..80f0252de 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -37,7 +37,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: ./build/eslint-plugin-svelte - name: Deploy to GitHub Pages