Tool
Download workflow run artifact
Download Workflow Run Artifact is a powerful tool designed to retrieve the download URL for artifacts generated by GitHub Actions workflow runs. It streamlines access to workflow artifacts, enabling seamless integration and automation in your development process.
Features
- Fetches download URLs for specific workflow run artifacts using artifact IDs.
- Supports inputs for repository owner, repository name, and artifact identifier for precise queries.
- Integrates directly with GitHub's API to ensure accurate and up-to-date artifact retrieval.
- Provides a read-only interface to ensure security while accessing artifact data.
- Facilitates automation and easy access to build outputs and workflow artifacts for developers and CI/CD pipelines.
Benefits
- Speeds up the process of accessing workflow artifacts without manual intervention.
- Enhances automation by directly retrieving artifact URLs needed for downstream processes.
- Improves development efficiency by integrating artifact download steps into automated workflows.
- Ensures security through read-only access, reducing risks of unintended modifications.
- Supports reliable and accurate artifact retrieval, minimizing errors in CI/CD pipelines.
Description
Get download URL for a workflow run artifact
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| artifact_idrequired | number | The unique identifier of the artifact |
| ownerrequired | string | Repository owner |
| reporequired | string | Repository name |