diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 833cd0ec0..e48a8f328 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -42,6 +42,6 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/deploy-pages@v3 + - uses: actions/deploy-pages@v4 id: deployment name: Deploy to GitHub Pages