From b2651cf21f8b5f231c6e4df56159f415b32cfcb4 Mon Sep 17 00:00:00 2001 From: Matt Sheets Date: Sat, 11 Feb 2023 14:21:25 -0700 Subject: [PATCH] third times the charm --- .github/workflows/comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index a0c8f01a..6ee4bd8c 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -55,7 +55,7 @@ jobs: var matchArtifact = artifacts.data.artifacts.filter((artifact) => { return artifact.name == "test-${{ matrix.rust-toolchain }}" })[0]; - var download = await github.actions.downloadArtifact({ + var download = await github.rest.actions.downloadArtifact({ owner: context.repo.owner, repo: context.repo.repo, artifact_id: matchArtifact.id,