-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
support: seems not working on macOS: Error: Action failed with error Unexpected HTTP response: 404 #652
Comments
This has now started to fail in my Github Workflows
|
Error: Action failed with error Unexpected HTTP response: 404 https://github.com/nkdAgility/NKDAgility.com/actions/runs/11896955846?pr=115
|
Release 0.138.0 was deleted! gohugoio/hugo#13066 I'm guessing that we need to wait for the cache to expire and the Action to update to the least build of hugo that replaces 0.138.0. |
Also note: my workflow contains |
@TheGroundZero its probably cached... @peaceiris is there a way to invalidate the cache without picking a specific version? |
faced the same issue as well with the latest tag, this was fixed by using a specific version
|
I encountered the same issue when using Specifically, using |
This release broke the latest version by not including assets https://github.com/gohugoio/hugo/releases/tag/v0.139.5, which was because of gohugoio/hugo#13147. Seems using 0.139.4 is recommended |
Using 0.139.4 is a manual solution for pipelines currently using |
Current problems with
|
404 sur la version latest, cf peaceiris/actions-hugo#652
Temporary fix happening because of peaceiris/actions-hugo#652
Now fixed with v0.140.0 release. |
runs-on: ubuntu-latest Works Fine |
runs-on: macos-latest Does Not Work |
运行于:macos-latest |
虽然使用的是 MacBook,但在 GitHub Actions 工作流文件中指定 runs-on: ubuntu-latest 是完全可以的。GitHub Actions 的 runs-on 指令定义了作业将在哪种操作系统环境中运行,而不是指你在本地开发时使用的机器类型。 |
Checklist
Describe your question
Hi, I encountered an issue using this action on
macos-latest
runner, but not working.Relevant links
Relevant log output
Additional context.
.
The text was updated successfully, but these errors were encountered: