-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unexpected HTTP response: 404
error
#23
Comments
The reported error is related to pinning to earthly |
earthly cache is not found
errorError: Unexpected HTTP response: 404
error
@drselump14 if you try using the latest (v1.0.7) of actions-setup, it'll now display the URL (of earthly) that it is attempting to download. It would be helpful to know what URL it's getting a 404 on. |
We sometimes get this error when a release is underway; the script detects a new release version exists; however not all binaries have completed being uploaded. we should add some sort of sleep/retry loop for this case. |
This should be now fixed, will be included in next release - v1.0.13 |
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [earthly/actions-setup](https://togithub.com/earthly/actions-setup) | action | patch | `v1.0.12` -> `v1.0.13` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>earthly/actions-setup (earthly/actions-setup)</summary> ### [`v1.0.13`](https://togithub.com/earthly/actions-setup/releases/tag/v1.0.13) [Compare Source](https://togithub.com/earthly/actions-setup/compare/v1.0.12...v1.0.13) #### What's Changed - Update dependency [@​types/node](https://togithub.com/types/node) to v20.12.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/81](https://togithub.com/earthly/actions-setup/pull/81) - Update npm (non-major) to v7.5.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/82](https://togithub.com/earthly/actions-setup/pull/82) - Update dependency [@​octokit/plugin-paginate-rest](https://togithub.com/octokit/plugin-paginate-rest) to v11 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/84](https://togithub.com/earthly/actions-setup/pull/84) - Update npm (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/83](https://togithub.com/earthly/actions-setup/pull/83) - Update npm (non-major) to v7.6.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/86](https://togithub.com/earthly/actions-setup/pull/86) - Update npm (non-major) by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/87](https://togithub.com/earthly/actions-setup/pull/87) - Update npm (non-major) to v7.7.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/88](https://togithub.com/earthly/actions-setup/pull/88) - only retrieve a version that has at least 6 assets by [@​idodod](https://togithub.com/idodod) in [https://github.com/earthly/actions-setup/pull/90](https://togithub.com/earthly/actions-setup/pull/90) [https://github.com/earthly/actions-setup/issues/23](https://togithub.com/earthly/actions-setup/issues/23) - Update dependency [@​octokit/plugin-paginate-rest](https://togithub.com/octokit/plugin-paginate-rest) to v11.1.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/earthly/actions-setup/pull/91](https://togithub.com/earthly/actions-setup/pull/91) **Full Changelog**: earthly/actions-setup@v1.0.12...v1.0.13 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/marinatedconcrete/config). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Originally posted by @drselump14 in #22 (comment)
The text was updated successfully, but these errors were encountered: