We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8780507 commit d7ddca4Copy full SHA for d7ddca4
packages/artifact/src/internal/shared/interfaces.ts
@@ -108,8 +108,9 @@ export interface DownloadArtifactOptions {
108
path?: string
109
110
/**
111
- * The hash that was computed for the artifact during upload. Don't provide this unless you want to verify the hash.
112
- * If the hash doesn't match, the download will fail.
+ * 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
113
+ * matches the expected hash.
114
*/
115
expectedHash?: string
116
}
0 commit comments