Update main.yml

This commit is contained in:
TomP101 2025-03-04 14:32:56 +01:00 committed by GitHub
parent 8462675a5c
commit 9331548281
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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