diff --git a/.github/workflows/comment_on_review.yml b/.github/workflows/comment_on_review.yml index 6ba04ac4..178115e4 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@v7 with: name: comment_body_on_review run-id: ${{ github.event.workflow_run.id}}