Skip to content

Commit 253e837

Browse files
authored
Merge pull request #1991 from actions/ghadimir/hash_to_digest_upload
Change hash to digest for consistent terminology across runner logs
2 parents 7ae578d + 56c5a39 commit 253e837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/artifact/src/internal/upload/blob-upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export async function uploadZipToBlobStorage(
9898

9999
hashStream.end()
100100
sha256Hash = hashStream.read() as string
101-
core.info(`SHA256 hash of uploaded artifact zip is ${sha256Hash}`)
101+
core.info(`SHA256 digest of uploaded artifact zip is ${sha256Hash}`)
102102

103103
if (uploadByteCount === 0) {
104104
core.warning(

0 commit comments

Comments
 (0)