Files
VoteNetwork/.gitea/workflows
SarTron-NorthBlueandClaude Sonnet 5 35a8425254
CI / build (push) Successful in 12m9s
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 <noreply@anthropic.com>
2026-07-15 09:24:23 +04:00
..