From 148b5290013ade88911622d0a1ae729adb13b763 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:28:59 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v6.4.1 --- .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 62ae768..6c16308 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@v6.4.0 + uses: actions/github-script@v6.4.1 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({