From 0493bd5a742c664d4022b2a9a15f53018af3c71b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:33:10 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7.1.0 --- .github/workflows/comment_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment_pr.yml b/.github/workflows/comment_pr.yml index a063d15..e4364fc 100644 --- a/.github/workflows/comment_pr.yml +++ b/.github/workflows/comment_pr.yml @@ -25,7 +25,7 @@ jobs: echo "GH context:" echo "$GITHUB_CONTEXT" - name: 'Download artifact' - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v7.1.0 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({