type RunnerApplicationDownload struct {
OS *string `json:"os,omitempty"`
Architecture *string `json:"architecture,omitempty"`
DownloadURL *string `json:"download_url,omitempty"`
Filename *string `json:"filename,omitempty"`
TempDownloadToken *string `json:"temp_download_token,omitempty"`
Sha256Checksum *string `json:"sha256_checksum,omitempty"`
}
When calling the latest API for
/orgs/ORG/actions/runners/downloadsthe response includes a download token and SHA. The response structure forListRunnerApplicationDownloadsshould be updated to include these items: