Merge pull request #1991 from actions/ghadimir/hash_to_digest_upload

Change hash to digest for consistent terminology across runner logs
This commit is contained in:
Ryan Ghadimi 2025-03-12 12:26:25 +00:00 committed by GitHub
commit 253e837c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ export async function uploadZipToBlobStorage(
hashStream.end() hashStream.end()
sha256Hash = hashStream.read() as string sha256Hash = hashStream.read() as string
core.info(`SHA256 hash of uploaded artifact zip is ${sha256Hash}`) core.info(`SHA256 digest of uploaded artifact zip is ${sha256Hash}`)
if (uploadByteCount === 0) { if (uploadByteCount === 0) {
core.warning( core.warning(