From f98b2e3dd883c79a9ad4b3aa6c019856a743dac9 Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 23:57:12 +0000 Subject: [PATCH] Bump actions/github-script from 6.3.3 to 6.4.0 --- .github/workflows/coverage-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 24d123d..b4ddd4b 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Download artifacts' - uses: actions/github-script@v6.3.3 + uses: actions/github-script@v6.4.0 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({