mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
Update main.yml
This commit is contained in:
parent
8462675a5c
commit
9331548281
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue