mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-15 07:28:04 +08:00
Change info logs to debug logs
This commit is contained in:
@@ -227,8 +227,8 @@ export async function downloadArtifactInternal(
|
||||
if (options?.expectedHash) {
|
||||
if (options?.expectedHash !== extractResponse.sha256Digest) {
|
||||
digestMismatch = true
|
||||
core.info(`Computed digest: ${extractResponse.sha256Digest}`)
|
||||
core.info(`Expected digest: ${options.expectedHash}`)
|
||||
core.debug(`Computed digest: ${extractResponse.sha256Digest}`)
|
||||
core.debug(`Expected digest: ${options.expectedHash}`)
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user