fix(ci): downgrade upload-artifact from v4 to v3 for Gitea compatibility
All checks were successful
CI / Type Check & Lint (push) Successful in 5s
CI / Build Test (Current Platform) (push) Successful in 5s
CI / Build All Platforms (push) Successful in 59s

- actions/upload-artifact@v4 not supported on Gitea
- Error: GHES (GitHub Enterprise Server) compatibility issue
- Using v3 which is compatible with Gitea Actions
This commit is contained in:
2025-10-19 14:01:25 +00:00
parent a897a7c780
commit 567c7be7c5

View File

@@ -77,7 +77,7 @@ jobs:
run: bash scripts/compile-all.sh run: bash scripts/compile-all.sh
- name: Upload binaries as artifacts - name: Upload binaries as artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: nupst-binaries name: nupst-binaries
path: dist/binaries/* path: dist/binaries/*