From 6c1424614d1041fce5becd2ddca07eff1d8497a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 13:05:14 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v6.4.1 --- .github/workflows/comment_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment_pr.yml b/.github/workflows/comment_pr.yml index 3097574..3059618 100644 --- a/.github/workflows/comment_pr.yml +++ b/.github/workflows/comment_pr.yml @@ -25,7 +25,7 @@ jobs: echo "GH context:" echo "$GITHUB_CONTEXT" - name: 'Download artifact' - uses: actions/github-script@v6.3.3 + uses: actions/github-script@v6.4.1 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({