From 8e992c4b4658e57f0d5bcfc5d05e091d0b2dc82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:58:55 +0000 Subject: [PATCH] build(deps): 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](https://github.com/actions/download-artifact/compare/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] --- .github/workflows/comment_on_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment_on_review.yml b/.github/workflows/comment_on_review.yml index 6ba04ac4b..93ca790ec 100644 --- a/.github/workflows/comment_on_review.yml +++ b/.github/workflows/comment_on_review.yml @@ -15,7 +15,7 @@ jobs: actions: read steps: - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: comment_body_on_review run-id: ${{ github.event.workflow_run.id}}