diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b37ad23..df96e1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,6 +70,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4 with: preview: false diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 8a43b94..8222f95 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -80,6 +80,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4 with: preview: true