mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
consistent promise behavior for download artifact
This commit is contained in:
@@ -86,10 +86,6 @@ export interface ListArtifactsResponse {
|
||||
* *
|
||||
*****************************************************************************/
|
||||
export interface DownloadArtifactResponse {
|
||||
/**
|
||||
* If the artifact download was successful
|
||||
*/
|
||||
success: boolean
|
||||
/**
|
||||
* The path where the artifact was downloaded to
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user