Download all artifacts from given workflow run and matching a name pattern, with an option to automatically unzip the downloaded artifacts.
uses: cdqag/action-download-artifacts@v1-
github-tokenDefault:${{ github.token }}GitHub token. Required for authentication to gh cli and downloading the artifacts.
-
run-idDefault:${{ github.run_id }}The ID of the workflow run to download artifacts from.
-
name-patternDefault:'.*'The artifact name pattern (RegExp - not glob!) to filter downloaded artifacts.
-
auto-unzipDefault:'false'Automatically unzip downloaded artifacts.
-
cleanDefault:'false'Remove downloaded artifacts after use.
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.