mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
test
This commit is contained in:
parent
dd7521c16d
commit
58635087fa
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -4241,7 +4241,7 @@ Note: The size of downloaded zips can differ significantly from the reported siz
|
||||
let downloadedArtifacts = 0;
|
||||
while (downloadedArtifacts < artifacts.count) {
|
||||
const currentArtifactToDownload = artifacts.value[downloadedArtifacts];
|
||||
console.log("current art: " + currentArtifactToDownload)
|
||||
console.log("current art: " + JSON.stringify(currentArtifactToDownload))
|
||||
downloadedArtifacts += 1;
|
||||
core.info(`starting download of artifact ${currentArtifactToDownload.name} : ${downloadedArtifacts}/${artifacts.count}`);
|
||||
// Get container entries for the specific artifact
|
||||
|
Loading…
x
Reference in New Issue
Block a user