-
Notifications
You must be signed in to change notification settings - Fork 20
Failed to generate URL to download artifact #45
Comments
It's working again without any change on our side: https://github.com/frontity/frontity/pull/541/checks?check_run_id=1011211977 So I guess it was a GitHub problem after all 🙂 |
Yeah, they have had some issues with actions from time to time. Good - i was just about to look into this :-P glad I didn't have time last night hah. |
In our case, the reason for the error was an expired artifact the action was trying to download. Got it fixed by filtering out artifacts with Still, a mystery to me why no other repo was affected 🤷♂️ Maybe a better solution could be applied because as I understood from reading the source code it should delete artifacts when the PR is closed. If our solution is feasible, we will create a pr to this repo. Curious to hear your thoughts @bradennapier |
We have the same The ESLint action has been working for months on our repo (Mocha), for direct and also for forked PR's. |
@juergba The problem is that if one of the artifacts is expired, it will fail to download it and throw this error. You can send a GET request to |
@mikheevm thank you Edit: your GET request logs a list of 20 |
Anyway why do expired artifacts not get deleted by GH? Below example has expired aprox. one month ago.
|
I added a scheduled GH action which I can trigger manually as well. It deletes all expired artifacts. |
Our GH action is failing with a
Failed to generate URL to download artifact
error. Both the scheduled action and the PR action fail:I see yours works fine, so it doesn't seem like a general problem or change in the way GH actions work. Maybe our artifacts got corrupted?
The text was updated successfully, but these errors were encountered: