@actions/artifact
Version:
Actions artifact lib
4 lines (3 loc) • 344 B
TypeScript
import { ListArtifactsResponse } from '../shared/interfaces.js';
export declare function listArtifactsPublic(workflowRunId: number, repositoryOwner: string, repositoryName: string, token: string, latest?: boolean): Promise<ListArtifactsResponse>;
export declare function listArtifactsInternal(latest?: boolean): Promise<ListArtifactsResponse>;