diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 94447d2..cc8aae8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: - name: Copy 404 fallback for SPA routing run: cp dist/index.html dist/404.html - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v4 with: