diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3985818643..c111e65262 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ jobs: cp test/bench/versions/benchmarks_generated.js.map tmp - name: Upload Benchmarks to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: tmp diff --git a/.github/workflows/upload-benchmarks.yml b/.github/workflows/upload-benchmarks.yml index 8a5f7db0fa..10e3d5ec93 100644 --- a/.github/workflows/upload-benchmarks.yml +++ b/.github/workflows/upload-benchmarks.yml @@ -31,7 +31,7 @@ jobs: - name: Upload to GitHub Pages (main) if: startsWith(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: tmp