mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
Cleanup NPM packages
This commit is contained in:
@@ -18,6 +18,8 @@ export interface ArtifactClient {
|
||||
rootDirectory: string,
|
||||
options?: UploadOptions
|
||||
): Promise<UploadResponse>
|
||||
|
||||
// TODO Download functionality
|
||||
}
|
||||
|
||||
export class DefaultArtifactClient implements ArtifactClient {
|
||||
|
||||
Reference in New Issue
Block a user