Open obrienrobert opened 1 year ago
Also experienced this with 2.51.2
Ok, found something weird. So in my case, there are docker images published, but the release on Github does not contain any tarballs. So when I checked, the link the action created to download promtool, it is a 404. I reported it to the project (https://github.com/prometheus/prometheus/issues/13927), maybe someone forgot to run something or they yanked a release but forgot to delete the containers.
Anyhow, I am making a PR to make curl fail when it encounters a 404. So it should be more obvious what the problem is.
And here is the 404 from the link (I extracted it with set -x
, by invoking your script locally (with INPUTS_*
etc.):
Using
promtool_actions_version: 2.40.7
which is the latest tag at the time of writing results in the following error:Workaround is just to use a previous release version. If I have time at some stage I will take a look into a fix.