mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-22 14:38:25 +02:00
Remove test code (except that one bit)
This commit is contained in:
parent
38d7f89927
commit
44d505ca00
2 changed files with 0 additions and 5 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -118775,7 +118775,6 @@ function run() {
|
|||
core.info(`Preparing to download the following artifacts:`);
|
||||
artifacts.forEach(artifact => {
|
||||
core.info(`- ${artifact.name} (ID: ${artifact.id}, Size: ${artifact.size})`);
|
||||
core.info(`Artifact digest: ${artifact.digest}`);
|
||||
});
|
||||
}
|
||||
const downloadPromises = artifacts.map(artifact => artifact_1.default.downloadArtifact(artifact.id, Object.assign(Object.assign({}, options), { path: isSingleArtifactDownload || inputs.mergeMultiple
|
||||
|
@ -118787,7 +118786,6 @@ function run() {
|
|||
}
|
||||
for (const dlPromise of downloadPromises) {
|
||||
const outcome = yield dlPromise;
|
||||
core.info(`digest mismatch: ${outcome.digestMismatch}`);
|
||||
if (!outcome.digestMismatch) {
|
||||
core.warning(`Artifact digest validation failed. Please verify the integrity of the artifact.`);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue