GH-RUN-DOWNLOAD(1) GitHub CLI manual GH-RUN-DOWNLOAD(1) NAME gh-run-download - Download artifacts generated by a workflow run SYNOPSIS gh run download [] [flags] DESCRIPTION Download artifacts generated by a GitHub Actions workflow run. The contents of each artifact will be extracted under separate directories based on the artifact name. If only a single artifact is specified, it will be extracted into the current directory. OPTIONS -D, --dir (default ".") The directory to download artifacts into -n, --name Download artifacts that match any of the given names -p, --pattern Download artifacts that match a glob pattern OPTIONS INHERITED FROM PARENT COMMANDS -R, --repo <[HOST/]OWNER/REPO> Select another repository using the [HOST/]OWNER/REPO format EXAMPLE # Download all artifacts generated by a workflow run $ gh run download # Download a specific artifact within a run $ gh run download -n # Download specific artifacts across all runs in a repository $ gh run download -n -n # Select artifacts to download interactively $ gh run download SEE ALSO gh-run(1) May 2024 GH-RUN-DOWNLOAD(1)