Fix: downgrade upload-artifact to v3 (Gitea/GHES compat)
Build / build (push) Successful in 12m2s

This commit is contained in:
2026-05-14 16:10:42 -04:00
parent 27f4e1fd2c
commit 1ad993b9d1
+1 -2
View File
@@ -42,8 +42,7 @@ jobs:
${UPX_DIR}/upx build/converge
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: converge
path: build/converge
compression-level: 0