Skip to content

Commit b2651cf

Browse files
committed
third times the charm
1 parent c46bd6a commit b2651cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
var matchArtifact = artifacts.data.artifacts.filter((artifact) => {
5656
return artifact.name == "test-${{ matrix.rust-toolchain }}"
5757
})[0];
58-
var download = await github.actions.downloadArtifact({
58+
var download = await github.rest.actions.downloadArtifact({
5959
owner: context.repo.owner,
6060
repo: context.repo.repo,
6161
artifact_id: matchArtifact.id,

0 commit comments

Comments
 (0)