@actions/artifact 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -98,8 +98,9 @@ export interface DownloadArtifactOptions {
|
|
|
98
98
|
*/
|
|
99
99
|
path?: string;
|
|
100
100
|
/**
|
|
101
|
-
* The hash that was computed for the artifact during upload.
|
|
102
|
-
*
|
|
101
|
+
* The hash that was computed for the artifact during upload. If provided, the outcome of the download
|
|
102
|
+
* will provide a digestMismatch property indicating whether the hash of the downloaded artifact
|
|
103
|
+
* matches the expected hash.
|
|
103
104
|
*/
|
|
104
105
|
expectedHash?: string;
|
|
105
106
|
}
|