mirror of
https://github.com/github/codeql-action.git
synced 2026-05-16 16:20:21 +00:00
4 lines
339 B
TypeScript
4 lines
339 B
TypeScript
import { GetArtifactResponse } from '../shared/interfaces';
|
|
export declare function getArtifactPublic(artifactName: string, workflowRunId: number, repositoryOwner: string, repositoryName: string, token: string): Promise<GetArtifactResponse>;
|
|
export declare function getArtifactInternal(artifactName: string): Promise<GetArtifactResponse>;
|