HakaiInstitute / upptime-trial

A templated repo of Upptime to test usefulness for Hakai.org and Hakaimagazine.com
https://hakaiinstitute.github.io/upptime-trial/
MIT License
0 stars 0 forks source link

Upstream URL issue causing intermitten Action failures, not worth addressing yet #121

Closed steviewanders closed 1 year ago

steviewanders commented 1 year ago

Currently seeing intermittent Actions failures due to upstream URL failing e.g. https://github.com/HakaiInstitute/upptime-trial/actions/runs/6081246906

Log: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_27c04a11-3321-4ae2-b326-1ac0c38cbabd/9e58f274-46ca-4864-a3a8-d4346fe356a6.tar.gz. return code: 2.

or

Check statusFailed to download action 'https://api.github.com/repos/upptime/uptime-monitor/tarball/cd14b6923123c70170ce5a207b3aed4d20181e31'. Error: Response status code does not indicate success: 503 (Service Unavailable).Show more

Common behaviour in repo see upstream: https://github.com/actions/runner/issues/1923#issuecomment-1197341206

A fix suggested there if this continues and isn't merged upstream eventually.. using actions/checkout@v4 solved the problem for me