Skip to content

Commit 5218fbc

Browse files
chore(deps): update peter-evans/create-or-update-comment action to v5
1 parent 4a8bbce commit 5218fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
const url = jarArtifact.archive_download_url;
8989
core.setOutput('jar_url', url);
9090
- name: Create or Update PR Comment with direct JAR download link
91-
uses: peter-evans/create-or-update-comment@v4
91+
uses: peter-evans/create-or-update-comment@v5
9292
with:
9393
token: ${{ secrets.GITHUB_TOKEN }}
9494
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)