diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 01569bfc..9281987c 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -394,7 +394,7 @@ jobs: - name: Comment coverage report link # TODO: Support PRs from forks and handle cases with insufficient write permissions continue-on-error: true - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.pull_request.number }}