diff --git a/.github/workflows/api_doc.yml b/.github/workflows/api_doc.yml index 14b41f10ecc5..d2f5797fff22 100644 --- a/.github/workflows/api_doc.yml +++ b/.github/workflows/api_doc.yml @@ -105,7 +105,7 @@ jobs: - name: Deploy if: ${{ github.ref == 'refs/heads/main' }} - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: gh-pages