From 90cae56a06decb467202773512800df5ffe93a50 Mon Sep 17 00:00:00 2001 From: Stan Rosenberg Date: Wed, 11 Dec 2024 23:47:26 +0000 Subject: [PATCH] ci: fix typo in `code-cover-publish` GH action Epic: none Release note: None --- .github/workflows/code-cover-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-cover-publish.yaml b/.github/workflows/code-cover-publish.yaml index 260c45d38541..1f2309aed6eb 100644 --- a/.github/workflows/code-cover-publish.yaml +++ b/.github/workflows/code-cover-publish.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/github-script@v7.0.1 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 }},