actions_slash_get_artifact

Function actions_slash_get_artifact 

Source
pub async fn actions_slash_get_artifact(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    artifact_id: i32,
) -> Result<Artifact, Error<ActionsSlashGetArtifactError>>
Expand description

Gets a specific artifact for a workflow run. Anyone with read access to the repository can use this endpoint. If the repository is private, OAuth tokens and personal access tokens (classic) need the repo scope to use this endpoint.