diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 78b9f1f32..73c2d77f0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -22,7 +22,7 @@ jobs: - run: yarn coverage - run: yarn build:pages - name: Publish to gh-pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./gh-pages