WebService::GitHub::Actions::Artifacts
Delete an artifact
WebService::GitHub::Actions::Artifacts.delete-artifact( Str $owner
, Str $repo
, Int(Str) $artifact-id
)
Download an artifact
WebService::GitHub::Actions::Artifacts.download-artifact( Str $owner
, Str $repo
, Int(Str) $artifact-id
, Str $archive-format
)
Get an artifact
WebService::GitHub::Actions::Artifacts.get-artifact( Str $owner
, Str $repo
, Int(Str) $artifact-id
)
List artifacts for a repository
WebService::GitHub::Actions::Artifacts.list-artifacts-for-repo( Str $owner
, Str $repo
, Int(Str) :$per-page
, Int(Str) :$page
)
List workflow run artifacts
WebService::GitHub::Actions::Artifacts.list-workflow-run-artifacts( Str $owner
, Str $repo
, Int(Str) $run-id
, Int(Str) :$per-page
, Int(Str) :$page
)