From 8948cd5228af3579a9a081fe76c4b49fabd0b604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:28:25 +0000 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#174) --- .github/workflows/ci-tests-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests-check.yml b/.github/workflows/ci-tests-check.yml index 3c48420..2916de8 100644 --- a/.github/workflows/ci-tests-check.yml +++ b/.github/workflows/ci-tests-check.yml @@ -19,7 +19,7 @@ jobs: # Unfortunately, the official actions/download-artifact action is very limited in scope. # Can't use it yet in this context, https://github.com/actions/download-artifact/issues/60 - name: Download artifact - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | var artifacts = await github.actions.listWorkflowRunArtifacts({