fix artifact

This commit is contained in:
Sergey Dolin
2023-06-22 14:04:14 +02:00
parent 79fe616082
commit eae709c29e
2 changed files with 27 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import os from 'os';
import crypto from 'crypto';
import fs from 'fs';
import path from 'path';
import artifact from '@actions/artifact';
import * as artifact from '@actions/artifact';
type IssueID = number;
export class State implements IState {