Open razonyang opened 3 months ago
This has now started to fail in my Github Workflows
Run peaceiris/actions-hugo@v3
with:
hugo-version: latest
extended: true
Hugo version: 0.138.0
Error: Action failed with error Unexpected HTTP response: 404
Error: Action failed with error Unexpected HTTP response: 404
https://github.com/nkdAgility/NKDAgility.com/actions/runs/11896955846?pr=115
##[debug]Evaluating condition for step: 'Setup Hugo'
##[debug]Evaluating: success()
##[debug]Evaluating success:
##[debug]=> true
##[debug]Result: true
##[debug]Starting: Setup Hugo
##[debug]Loading inputs
##[debug]Loading env
Run peaceiris/actions-hugo@v3
Hugo version: 0.138.0
##[debug]Hugo extended: true
##[debug]Operating System: Linux
##[debug]Processor Architecture: 64bit
##[debug]toolURL: https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_Linux-64bit.tar.gz
##[debug]homeDir: /home/runner
##[debug]workDir: /home/runner/actions_hugo
##[debug]binDir: /home/runner/actions_hugo/bin
##[debug]tempDir: /home/runner/actions_hugo/_temp
##[debug]Downloading https://github.com/gohugoio/hugo/releases/download/v0.138.0/hugo_extended_0.138.0_Linux-64bit.tar.gz
##[debug]Destination /home/runner/work/_temp/e86f1ea7-8f8c-4f16-ae9[2](https://github.com/nkdAgility/NKDAgility.com/actions/runs/11896955846/job/33150777634#step:6:2)-f7e811f80a06
##[debug]Failed to download from "https://github.com/gohugoio/hugo/releases/download/v0.1[3](https://github.com/nkdAgility/NKDAgility.com/actions/runs/11896955846/job/33150777634#step:6:3)8.0/hugo_extended_0.138.0_Linux-6[4](https://github.com/nkdAgility/NKDAgility.com/actions/runs/11896955846/job/33150777634#step:6:4)bit.tar.gz". Code(404) Message(Not Found)
Error: Action failed with error Unexpected HTTP response: 404
Release 0.138.0 was deleted! https://github.com/gohugoio/hugo/issues/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 hugo-version: latest
yet version 0.138.0 is used instead of 0.139.0 (released ca. 30 minutes ago)
@TheGroundZero its probably cached...
@peaceiris is there a way to invalidate the cache without picking a specific version?
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.
.