diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf18181..805e270 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,8 +57,9 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 - - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + - name: Upload static files as artifact + id: deployment + uses: actions/upload-pages-artifact@v3 with: path: "./dist" @@ -71,4 +72,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4