1
0
Fork 0
toolkit/packages/artifact/docs/generated/interfaces/UploadArtifactResponse.md

1014 B

@actions/artifact / UploadArtifactResponse

Interface: UploadArtifactResponse

Response from the server when an artifact is uploaded

Table of contents

Properties

Properties

id

Optional id: number

The id of the artifact that was created. Not provided if no artifact was uploaded This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts

Defined in

src/internal/shared/interfaces.ts:14


size

Optional size: number

Total size of the artifact in bytes. Not provided if no artifact was uploaded

Defined in

src/internal/shared/interfaces.ts:8