Skip to content

Commit 3d3774c

Browse files
build(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1acc2fd commit 3d3774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment_on_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
actions: read
1616
steps:
1717
- name: Download artifact
18-
uses: actions/download-artifact@v4
18+
uses: actions/download-artifact@v8
1919
with:
2020
name: comment_body_on_review
2121
run-id: ${{ github.event.workflow_run.id}}

0 commit comments

Comments
 (0)