mirror of
https://github.com/actions/download-artifact.git
synced 2025-04-02 00:20:12 +08:00
run release
This commit is contained in:
parent
9ff67cb2d2
commit
7797bfcd59
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 => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user