We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46bd6a commit b2651cfCopy full SHA for b2651cf
.github/workflows/comment.yml
@@ -55,7 +55,7 @@ jobs:
55
var matchArtifact = artifacts.data.artifacts.filter((artifact) => {
56
return artifact.name == "test-${{ matrix.rust-toolchain }}"
57
})[0];
58
- var download = await github.actions.downloadArtifact({
+ var download = await github.rest.actions.downloadArtifact({
59
owner: context.repo.owner,
60
repo: context.repo.repo,
61
artifact_id: matchArtifact.id,
0 commit comments