Artifact¶
-
class
github.Artifact.Artifact¶ This class represents an Artifact of Github Run
-
archive_download_url¶ Type: string
-
created_at¶ Type: datetime.datetime
-
expired¶ Type: bool
-
expires_at¶ Type: datetime.datetime
-
head_sha¶ Type: string
-
id¶ Type: string
-
name¶ Type: string
-
node_id¶ Type: string
-
size_in_bytes¶ Type: integer
-
updated_at¶ Type: datetime.datetime
-
url¶ Type: string
-
workflow_run¶ Type: :class:``
-
delete() → bool¶ Calls: DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id} Return type: bool
-