svenstaro / upload-release-action

Upload files to a GitHub release
MIT License
622 stars 109 forks source link

Error: Not Found #57

Open Mailaender opened 3 years ago

Mailaender commented 3 years ago

https://github.com/OpenRA/GeoIP-Database/runs/3268119417?check_suite_focus=true suddenly stopped working. The error message is vague. I don't understand what's going on. The task is to overwrite a file in an existing tagged release.

yairm210 commented 2 years ago

Also happened to me, but only since this week

https://github.com/yairm210/Unciv/runs/4279842465?check_suite_focus=true#step:16:39

yairm210 commented 2 years ago

I see that the latest triggered action also fails with that same error, so this may be a result of that? This is as good a time at any to thank you for the amazing work you've been doing and the value that you're contributing to the open source community as a whole 😊

svenstaro commented 2 years ago

This is weird. I almost think that this might be the GitHub API sometimes choking a little. Perhaps a retry would be in order here? I'll have to test.

Mailaender commented 2 years ago

These might be permission problems. Sadly the GitHub API will throw 404 instead which is irritating.

svenstaro commented 1 year ago

Does this issue persist? Since we now have retrying built in, I think this problem might be adequately mitigated.