diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index a4637d4..500c9a5 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -88,7 +88,7 @@ jobs: const url = jarArtifact.archive_download_url; core.setOutput('jar_url', url); - name: Create or Update PR Comment with direct JAR download link - 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 }}