list_workflow_run_artifacts
List artifacts generated by a GitHub Actions workflow run to inspect or download build outputs.
Instructions
List artifacts produced by a workflow run. Docs: https://docs.github.com/en/rest/actions/artifacts#list-workflow-run-artifacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| run_id | Yes | Workflow run ID. | |
| per_page | No |