We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8bbce commit 5218fbcCopy full SHA for 5218fbc
.github/workflows/build-pr.yml
@@ -88,7 +88,7 @@ jobs:
88
const url = jarArtifact.archive_download_url;
89
core.setOutput('jar_url', url);
90
- name: Create or Update PR Comment with direct JAR download link
91
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
92
with:
93
token: ${{ secrets.GITHUB_TOKEN }}
94
issue-number: ${{ github.event.pull_request.number }}
0 commit comments