Curl does not retry non-transient errors by default (e.g. 404). This version adds the retry-all
flag to the action that translates into Curl's --retry-all-errors
.
**This flag won't work on the current ubuntu-latest
due to its Curl being out of date. **