Skip to content

Commit

Permalink
ci: fix typo in code-cover-publish GH action
Browse files Browse the repository at this point in the history
Epic: none

Release note: None
  • Loading branch information
srosenberg committed Dec 11, 2024
1 parent 00264aa commit 90cae56
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 90cae56

Please sign in to comment.