diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bedc05a3..6741517d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,7 @@ jobs: - run: mv apidocs/*.html apidocs/index.html - - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./apidocs