Skip to content

Commit 221e245

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0925c8 commit 221e245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
run: echo "$GITHUB_CONTEXT"
2121

2222
- name: Download comment message
23-
uses: actions/download-artifact@v4
23+
uses: actions/download-artifact@v5
2424
with:
2525
name: message
2626
run-id: ${{ github.event.workflow_run.id }}
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Download pr number
30-
uses: actions/download-artifact@v4
30+
uses: actions/download-artifact@v5
3131
with:
3232
name: pr
3333
run-id: ${{ github.event.workflow_run.id }}

0 commit comments

Comments
 (0)