From e658b5372a37e845d65f145c731d36defd74c8a4 Mon Sep 17 00:00:00 2001 From: sillyangel Date: Mon, 30 Dec 2024 23:43:50 -0600 Subject: [PATCH] update github actions jar --- .github/workflows/build_jar.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_jar.yml b/.github/workflows/build_jar.yml index 664abc9..3675034 100644 --- a/.github/workflows/build_jar.yml +++ b/.github/workflows/build_jar.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4.6.0 with: distribution: 'temurin' java-version: '21' @@ -29,7 +29,7 @@ jobs: run: ./gradlew build - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.5.0 with: - name: build-artifact + name: build-jar-mod path: build/libs/*.jar \ No newline at end of file