diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0bb813c..b2b23d99 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,5 +45,5 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/deploy-pages@v2 + - uses: actions/deploy-pages@v4 id: deployment