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 7ae578d commit 56c5a39Copy full SHA for 56c5a39
packages/artifact/src/internal/upload/blob-upload.ts
@@ -98,7 +98,7 @@ export async function uploadZipToBlobStorage(
98
99
hashStream.end()
100
sha256Hash = hashStream.read() as string
101
- core.info(`SHA256 hash of uploaded artifact zip is ${sha256Hash}`)
+ core.info(`SHA256 digest of uploaded artifact zip is ${sha256Hash}`)
102
103
if (uploadByteCount === 0) {
104
core.warning(
0 commit comments