Fetch an artifact in a later job.
Section: Artifacts and GitHub CLI
Download a prior artifact
yaml
yaml
- uses: actions/download-artifact@v4
with:
name: build-output
path: ./artifactsExplanation
Artifacts are a common way to hand off generated files between jobs.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Artifacts and GitHub CLI
Upload build output as an artifact
Save files from the workflow run for later download or later jobs.
Download workflow artifacts with gh
Fetch artifacts from a completed workflow run.
Trigger a workflow manually with gh
Dispatch a workflow file from the CLI.