From 35a8425254c9a5c9c98b9ff762fbf146f7eb268a Mon Sep 17 00:00:00 2001 From: SarTron-NorthBlue Date: Wed, 15 Jul 2026 09:24:23 +0400 Subject: [PATCH] Fix CI : downgrade upload-artifact v4 -> v3 (incompatible avec Gitea) Le build et les tests passaient deja (Setup JDK, checkout, mvn verify tous verts). Seul l'upload d'artefact echouait : upload-artifact@v4 utilise la nouvelle API @actions/artifact v2, pas encore supportee par le backend Gitea Actions (GHESNotSupportedError). v3 utilise l'ancienne API, compatible. Co-Authored-By: Claude Sonnet 5 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a2a1d45..e9dae9b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Upload jars if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: votenetwork-jars path: |