@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. Don't provide this unless you want to verify the hash.
102
- * If the hash doesn't match, the download will fail.
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actions/artifact",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "preview": true,
5
5
  "description": "Actions artifact lib",
6
6
  "keywords": [