Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
137318: ci: fix typo in `code-cover-publish` GH action r=darrylwong a=srosenberg

Epic: none

Release note: None

Co-authored-by: Stan Rosenberg <[email protected]>
  • Loading branch information
craig[bot] and srosenberg committed Dec 12, 2024
2 parents 53fadf4 + 90cae56 commit e8ee6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-cover-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 e8ee6f5

Please sign in to comment.