mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-19 05:59:53 +08:00
run release
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -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 => ({
|
||||
|
Reference in New Issue
Block a user