diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5b6df84..4fc883f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: path: dist - name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload Pages Artifact uses: actions/upload-pages-artifact@v4