Skip to content

Commit

Permalink
Update report-coverage.yml for new github api
Browse files Browse the repository at this point in the history
  • Loading branch information
bpedersen2 authored and Junjiequan committed Jan 19, 2024
1 parent 677e82d commit ac30e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: ${{github.event.workflow_run.id }},
Expand Down

0 comments on commit ac30e67

Please sign in to comment.