mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
There is a few use cases where we want to download a few different artifacts but not all of them. This commit implements this support, without breaking backward compatibility. Two build test cases were also added to the pipeline.