GET
github_actions_download_artifact.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Download an artifact and report what is in it: every entry’s name and size, plus the contents of the small text files — a JUnit report or a coverage summary comes back readable. Large or binary entries are listed and not inlined. An expired artifact answers 410.
from charter.packs import github
result = await github.actions_download_artifact.ainvoke({"owner": ..., "repo": ..., "artifactId": ...})
repo, read:user.| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
artifactId * | integer | The unique identifier of the artifact. |
Was this page helpful?