mirror of
https://github.com/actions/stale.git
synced 2025-12-28 02:58:17 +00:00
fix artifact
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user