From 9331548281226ce4dc8864946dea3284212fed3e Mon Sep 17 00:00:00 2001 From: TomP101 <113848215+TomP101@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:32:56 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70cf52694..3febca735 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Run Checkstyle run: mvn checkstyle:checkstyle - name: Upload Checkstyle Report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: checkstyle-result path: target/checkstyle-result.xml @@ -44,7 +44,7 @@ jobs: - name: Build Package run: mvn clean package -DskipTests - name: Upload JAR Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: jar-files path: target/*.jar