Update multiple packages and configs

This commit is contained in:
Michal Dorner
2022-08-19 23:37:14 +02:00
parent 81fcbf17a9
commit 57e5862411
8 changed files with 5212 additions and 14306 deletions

View File

@@ -50,7 +50,7 @@ export class ArtifactProvider implements InputProvider {
async load(): Promise<ReportInput> {
const result: ReportInput = {}
const resp = await this.octokit.actions.listWorkflowRunArtifacts({
const resp = await this.octokit.rest.actions.listWorkflowRunArtifacts({
...github.context.repo,
run_id: this.runId
})