UNPKG

@actions/artifact

Version:
4 lines (3 loc) 342 B
import { GetArtifactResponse } from '../shared/interfaces.js'; export declare function getArtifactPublic(artifactName: string, workflowRunId: number, repositoryOwner: string, repositoryName: string, token: string): Promise<GetArtifactResponse>; export declare function getArtifactInternal(artifactName: string): Promise<GetArtifactResponse>;