[Bug (Maybe?)] Cannot get artifacts of a action by /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format} #61308
Replies: 1 comment
-
|
Duplicate with #25345 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I want to download the artifact of the latest action. Therefore, I succeed in getting the latest run with /repos/%s/%s/actions/workflows/%s/runs . However, when I try to download the latest action with /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}, GitHub throws a permission denied error. I try to use curl instead but I fail as well. It is a bug?
Beta Was this translation helpful? Give feedback.
All reactions