: Supports downloading multiple artifacts matching a specific pattern (available in @v4 ). 2. Download Artifacts from a Different Workflow Downloading workflow artifacts - GitHub Docs
: The name of the artifact to download. If omitted, all artifacts from the current run are downloaded. path : The destination directory for the downloaded files. download artifact in github actions
The official actions/download-artifact is the standard method for this. download artifact in github actions