From d4e9ea59b9496ab2babba61529368b68c652a242 Mon Sep 17 00:00:00 2001 From: Favee Date: Fri, 11 Apr 2025 08:57:23 +0100 Subject: [PATCH] changed the upload artifact version to v2 --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-and-test-cluster.yml | 2 +- .github/workflows/security.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf7bf7b06..cda024798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/deploy-and-test-cluster.yml b/.github/workflows/deploy-and-test-cluster.yml index 7353a604b..84d5992e9 100644 --- a/.github/workflows/deploy-and-test-cluster.yml +++ b/.github/workflows/deploy-and-test-cluster.yml @@ -2,7 +2,7 @@ name: Deploy and Test Cluster on: push: - branches: [main] + branches: [main, dev] paths: - 'k8s/**' pull_request: diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index cedf26f04..9c3a33fdc 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -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: |