Update multiple packages and configs

This commit is contained in:
Michal Dorner 2022-08-19 23:37:14 +02:00
parent 81fcbf17a9
commit 57e5862411
No known key found for this signature in database
GPG key ID: 7325B8B59CA1B65C
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
})