Fix CI: use JDK 21 for builds, upload-artifact@v3, chmod gradlew
Build / build (push) Failing after 11s

This commit is contained in:
Laura
2026-08-09 16:19:32 +02:00
parent 61d3c9b92e
commit 6d552aaf09
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
env: env:
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v3
with: with:
name: ghosthunt-jar name: ghosthunt-jar
path: target/*.jar path: target/*.jar