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 3726c11 commit 8c05dc8Copy full SHA for 8c05dc8
packages/artifact/src/internal/download/download-artifact.ts
@@ -227,8 +227,8 @@ export async function downloadArtifactInternal(
227
if (options?.expectedHash) {
228
if (options?.expectedHash !== extractResponse.sha256Digest) {
229
digestMismatch = true
230
- core.info(`Computed digest: ${extractResponse.sha256Digest}`)
231
- core.info(`Expected digest: ${options.expectedHash}`)
+ core.debug(`Computed digest: ${extractResponse.sha256Digest}`)
+ core.debug(`Expected digest: ${options.expectedHash}`)
232
}
233
234
} catch (error) {
0 commit comments