From 14bab88c4d7539b3106ee436d22d36980702c2b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:12:18 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/maven-service-build.yml | 2 +- .github/workflows/maven-swag-deploy.yml | 6 +++--- .github/workflows/semgrep-scan.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven-service-build.yml b/.github/workflows/maven-service-build.yml index 14a44b2..6490f06 100644 --- a/.github/workflows/maven-service-build.yml +++ b/.github/workflows/maven-service-build.yml @@ -66,7 +66,7 @@ jobs: wget https://github.com/aquasecurity/trivy/releases/download/v0.39.1/trivy_0.39.1_Linux-64bit.deb sudo dpkg -i trivy_0.39.1_Linux-64bit.deb - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v7 with: name: bom.json diff --git a/.github/workflows/maven-swag-deploy.yml b/.github/workflows/maven-swag-deploy.yml index 98aae83..73ba8a1 100644 --- a/.github/workflows/maven-swag-deploy.yml +++ b/.github/workflows/maven-swag-deploy.yml @@ -62,7 +62,7 @@ jobs: run: npm run validate - name: Upload specification bundle - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: spec-bundle path: ${{ inputs.dist-directory }} @@ -79,7 +79,7 @@ jobs: fetch-depth: 0 - name: Download specification bundle - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: spec-bundle path: ${{ inputs.dist-directory }} @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Download specification bundle - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: spec-bundle path: ${{ inputs.dist-directory }} diff --git a/.github/workflows/semgrep-scan.yml b/.github/workflows/semgrep-scan.yml index 6beb59e..0f9d567 100644 --- a/.github/workflows/semgrep-scan.yml +++ b/.github/workflows/semgrep-scan.yml @@ -20,7 +20,7 @@ jobs: --config="p/default" - name: Save report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: semgrep.sarif path: semgrep.sarif