Fix CI : downgrade upload-artifact v4 -> v3 (incompatible avec Gitea)
CI / build (push) Successful in 12m9s
CI / build (push) Successful in 12m9s
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>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
5a7aec5344
commit
35a8425254
@@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload jars
|
- name: Upload jars
|
||||||
if: success()
|
if: success()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: votenetwork-jars
|
name: votenetwork-jars
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user