From 379cd9cc9e7eaccf43aeb54cf3c99a6edbbdf598 Mon Sep 17 00:00:00 2001 From: "academy-renovate[bot]" <186881925+academy-renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:44:16 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c6116b8b..2ff8e18e 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -18,7 +18,7 @@ jobs: && github.event.workflow_run.conclusion == 'success' steps: - name: Download dist - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | var artifact = (await github.rest.actions.listWorkflowRunArtifacts({