From cd7b3c212126b67117fcbc99a082980c71e7be51 Mon Sep 17 00:00:00 2001 From: "academy-renovate[bot]" <186881925+academy-renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 16:44:28 +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 ecc47ef..a301648 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({