toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Download multiple artifacts at once (in parallel)

Open skjnldsv opened this issue 2 years ago • 1 comments

Describe the enhancement When downloading all artifacts, it is using a while loop and an await for each artifact. To speed things up it would be nice to add a download queue and download X items at once

Code Snippet https://github.com/actions/toolkit/blob/457303960f03375db6f033e214b9f90d79c3fe5c/packages/artifact/src/internal/artifact-client.ts#L240-L251

skjnldsv avatar Mar 22 '23 08:03 skjnldsv

This would be great

nmichlo avatar Oct 10 '24 16:10 nmichlo