diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2faa912a679..48063163aec 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -74,7 +74,7 @@ jobs: - name: Deploy if: success() && github.event_name != 'pull_request' - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v4 with: target_branch: master build_dir: web