Github Actions Download Build Artifact High Quality -
Running gh run download without arguments will prompt you to select from recent runs. Advanced Scenarios
The GitHub CLI is often faster for developers who live in the terminal. gh run download RUN_ID github actions download build artifact
gh run download RUN_ID -n ARTIFACT_NAME
Scroll down to the section at the bottom of the summary page. Click the artifact name to download it as a ZIP file . 3. Programmatic Access via GitHub CLI ( gh ) Running gh run download without arguments will prompt
- name: Download build result uses: actions/download-artifact@v4 with: name: my-compiled-app path: destination/path Use code with caution. use the actions/download-artifact action.
To share data between jobs in the same workflow run, use the actions/download-artifact action.