diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9cec499..d2d28ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: run: npm run build - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v3