mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-02 17:03:40 +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.