UploadArtifactResponse

external interface UploadArtifactResponse(source)

Properties

Link copied to clipboard
abstract val 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

Link copied to clipboard
abstract val size: Number?

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