From 6beac2bc158c52aa401a8a8ce6edb97fde1b81fb Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 9 Aug 2026 16:19:21 +0200 Subject: [PATCH] Fix CI: use JDK 21 for builds, upload-artifact@v3, chmod gradlew --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 12627c3..1f467fc 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -59,7 +59,7 @@ jobs: env: PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: GameAPI-jar path: target/*.jar