From 6c957a55630ee3bcaea01f5623ec6bd055b6909a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:56:21 +0900 Subject: [PATCH] chore(deps): update actions/github-script action to v8 (#4263) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr-build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-build-artifacts.yml b/.github/workflows/pr-build-artifacts.yml index 0beb31b9c..8f397c518 100644 --- a/.github/workflows/pr-build-artifacts.yml +++ b/.github/workflows/pr-build-artifacts.yml @@ -103,7 +103,7 @@ jobs: pull-requests: write steps: - name: Create comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const runId = context.runId;