DownloadArtifactOptions

external interface DownloadArtifactOptions(source)

Properties

Link copied to clipboard
abstract val expectedHash: String?

The hash that was computed for the artifact during upload. If provided, the outcome of the download will provide a digestMismatch property indicating whether the hash of the downloaded artifact matches the expected hash.

Link copied to clipboard
abstract val path: String?

Denotes where the artifact will be downloaded to. If not specified then the artifact is download to GITHUB_WORKSPACE