chore: switch ci artifact upload action to gitea-compatible fork

The upload-artifact action was changed from the upstream GitHub version to
christopherhx/gitea-upload-artifact@v4 to ensure compatibility with the
Gitea CI runner environment.
This commit is contained in:
2026-01-26 12:04:43 +00:00
parent 0091167fff
commit fe1f129349
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
python3 util/test.py
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: wren-cli-linux-release_64bit
path: bin/wren_cli*