diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 93d5618744..7b47fb377e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -215,7 +215,7 @@ jobs: path: ./allure-report/ - name: Deploy report to Github Pages if: ${{ github.ref == 'refs/heads/main' }} - uses: peaceiris/actions-gh-pages@v2 + uses: peaceiris/actions-gh-pages@v3 env: PERSONAL_TOKEN: ${{ secrets.GITHUB_TOKEN }} PUBLISH_BRANCH: gh-pages