Or reach feature parity with it.
For the fetch-configlet script in this repo, which is designed to be used only in the GitHub Actions environment, we could also consider a gh-only implementation like:
name='configlet.tar.gz'
gh -R exercism/configlet release download --output "${name}" \
--pattern 'configlet_*_linux_x86-64.tar.gz'
tar xzf "${name}" -C bin/
rm "${name}"