diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ddd21553..63bcbc25 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn test --coverage - 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: ./coverage/lcov-report