mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +00:00
changed the upload artifact version to v4
This commit is contained in:
parent
d4e9ea59b9
commit
bdae0c20d8
3 changed files with 5 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: ./mvnw test
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: petclinic-app
|
||||
path: target/*.jar
|
2
.github/workflows/performance.yml
vendored
2
.github/workflows/performance.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
-e -o report
|
||||
|
||||
- name: Archive test results
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: performance-test-results
|
||||
path: |
|
||||
|
|
4
.github/workflows/security.yml
vendored
4
.github/workflows/security.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: ./mvnw org.owasp:dependency-check-maven:check
|
||||
|
||||
- name: Archive dependency check results
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dependency-check-report
|
||||
path: target/dependency-check-report.html
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
cmd_options: '-a'
|
||||
|
||||
- name: Archive ZAP results
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zap-scan-results
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue