mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 23:18:29 +02:00
test
This commit is contained in:
parent
f955f933f0
commit
dd7521c16d
1 changed files with 1 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -4241,6 +4241,7 @@ Note: The size of downloaded zips can differ significantly from the reported siz
|
||||||
let downloadedArtifacts = 0;
|
let downloadedArtifacts = 0;
|
||||||
while (downloadedArtifacts < artifacts.count) {
|
while (downloadedArtifacts < artifacts.count) {
|
||||||
const currentArtifactToDownload = artifacts.value[downloadedArtifacts];
|
const currentArtifactToDownload = artifacts.value[downloadedArtifacts];
|
||||||
|
console.log("current art: " + currentArtifactToDownload)
|
||||||
downloadedArtifacts += 1;
|
downloadedArtifacts += 1;
|
||||||
core.info(`starting download of artifact ${currentArtifactToDownload.name} : ${downloadedArtifacts}/${artifacts.count}`);
|
core.info(`starting download of artifact ${currentArtifactToDownload.name} : ${downloadedArtifacts}/${artifacts.count}`);
|
||||||
// Get container entries for the specific artifact
|
// Get container entries for the specific artifact
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue