diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0246335..0451e1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: run: npm run build - name: Setup GitHub Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload Build Artifacts uses: actions/upload-pages-artifact@v3