changed the upload artifact version to v2

This commit is contained in:
Favee 2025-04-11 08:57:23 +01:00
parent 50cb3abc4f
commit d4e9ea59b9
3 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ jobs:
run: ./mvnw test
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: petclinic-app
path: target/*.jar

View file

@ -2,7 +2,7 @@ name: Deploy and Test Cluster
on:
push:
branches: [main]
branches: [main, dev]
paths:
- 'k8s/**'
pull_request:

View file

@ -25,7 +25,7 @@ jobs:
run: ./mvnw org.owasp:dependency-check-maven:check
- name: Archive dependency check results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
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@v3
uses: actions/upload-artifact@v2
with:
name: zap-scan-results
path: |