You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.
It looks like that the current Heroku CLI features downloads an older version of the Heroku CLI, even if the version argument is
latest
features/src/heroku-cli/install.sh
Line 53 in 9a1d24b
It will download
7.69.1
version, instead of8.11.5
(as of today)That's probably because Heroku tar files position is changed.
For example, if you go here: https://devcenter.heroku.com/articles/heroku-cli#tarballs you'll see that the Linux x64 tar file is located here:
https://cli-assets.heroku.com/channels/stable/heroku-linux-x64.tar.gz
Instead, this feature will try to download it from here:
https://cli-assets.heroku.com/heroku-linux-x64.tar.gz
The latter is still a valid URL, but for an old version of the Heroku CLI
The text was updated successfully, but these errors were encountered: