From 6d552aaf09fc95ebbd734f7c1680461bdac510f2 Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 9 Aug 2026 16:19:32 +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 a4bda6d..534ee74 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: ghosthunt-jar path: target/*.jar