mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-22 00:20: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. A build test case was also added to the pipeline.