diff --git a/dist/index.js b/dist/index.js index 55201cc..17963f0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -118766,7 +118766,7 @@ function run() { if (artifacts.length) { core.info(`Preparing to download the following artifacts:`); artifacts.forEach(artifact => { - core.info(`- ${artifact.name} (ID: ${artifact.id}, Size: ${artifact.size})`); + core.info(`- ${artifact.name} (ID: ${artifact.id}, Size: ${artifact.size}, Expected Digest: ${artifact.digest})`); }); } const downloadPromises = artifacts.map(artifact => ({