mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 19:20:08 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
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>;
|