From 36d213bc56cd7c0bb6636e2ee9a8f467d3fe39e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 19:01:38 +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 539e359..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.4.0 + uses: actions/github-script@v6.4.1 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({