From 7c9f2bb9075ab4a5a0163eda4ff5f83be063a919 Mon Sep 17 00:00:00 2001 From: Dawson Date: Sat, 21 Feb 2026 13:06:24 -0500 Subject: [PATCH] Bumping versions --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ea850fe..43138bb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,13 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: submodules: true - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v5 with: - java-version: '17' + java-version: '21' distribution: 'zulu' cache: maven - name: Set up Maven @@ -32,12 +32,12 @@ jobs: uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 - name: Upload Enterprise - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: EnterpriseAnticheat path: Anticheat/target/AntiCheat-*.jar - name: Upload API - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: API path: API/target/API-*.jar \ No newline at end of file