Downgrade upload-artifact to v3 for GHES compatibility
All checks were successful
Build Site / build (pull_request) Successful in 1m3s
All checks were successful
Build Site / build (pull_request) Successful in 1m3s
actions/upload-artifact@v4 is not supported on GHES/Forgejo Actions. Using v3 for compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
0f6983565a
commit
b660b9cd5d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: hugo-build
|
name: hugo-build
|
||||||
path: public/
|
path: public/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue