mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 18:20:08 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
3 lines
258 B
TypeScript
3 lines
258 B
TypeScript
import { UploadArtifactOptions, UploadArtifactResponse } from '../shared/interfaces';
|
|
export declare function uploadArtifact(name: string, files: string[], rootDirectory: string, options?: UploadArtifactOptions | undefined): Promise<UploadArtifactResponse>;
|