Skip to content

Commit

Permalink
third times the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sheets committed Feb 11, 2023
1 parent c46bd6a commit b2651cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b2651cf

Please sign in to comment.