Record

artifact

No description available.

record artifact {
  archive-download-url: string,
  created-at: string,
  expired: bool,
  expires-at: string,
  id: s32,
  name: string,
  node-id: string,
  size-in-bytes: s32,
  updated-at: string,
  url: string,
  workflow-run: option​<artifact-workflow-run>,
}

Fields

NameTypeDescription
archive-download-urlstring
created-atstring
expiredbool
expires-atstring
ids32
namestring
node-idstring
size-in-bytess32
updated-atstring
urlstring
workflow-runoption​<artifact-workflow-run>