From 1c2c2fa4dc8f6bbfbcb4f7da6b648258989a757a Mon Sep 17 00:00:00 2001 From: "academy-renovate[bot]" <186881925+academy-renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 20:14:46 +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({