consistent promise behavior for upload artifact

This commit is contained in:
Rob Herley
2023-12-05 17:35:46 +00:00
committed by GitHub
parent 8ac8bf1d3d
commit 75a3586061
6 changed files with 53 additions and 63 deletions
@@ -4,11 +4,6 @@
* *
*****************************************************************************/
export interface UploadArtifactResponse {
/**
* Denotes if an artifact was successfully uploaded
*/
success: boolean
/**
* Total size of the artifact in bytes. Not provided if no artifact was uploaded
*/