From d3ea659cba2244f088251be56ed51a6bbe027ac5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 16:04:19 +0000 Subject: [PATCH] Update actions/github-script action to v6 --- .github/workflows/preview-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-builds.yml b/.github/workflows/preview-builds.yml index 918cd249ae..0d45c81b24 100644 --- a/.github/workflows/preview-builds.yml +++ b/.github/workflows/preview-builds.yml @@ -20,7 +20,7 @@ jobs: # Kinda jank way to grab the PR and run ID and then download the artifact # TODO: Move this code to our own mini-action - name: Grab PR & run ID and download the artifact - uses: actions/github-script@v5 + uses: actions/github-script@v6 with: script: | const allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({