diff --git a/.github/workflows/maven-service-build.yml b/.github/workflows/maven-service-build.yml index 7d5582cc..3d4248ff 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@v8 with: name: bom.json diff --git a/.github/workflows/maven-swag-deploy.yml b/.github/workflows/maven-swag-deploy.yml index bcda9913..430e388e 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@v7 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@v8 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@v8 with: name: spec-bundle path: ${{ inputs.dist-directory }} diff --git a/.github/workflows/semgrep-scan.yml b/.github/workflows/semgrep-scan.yml index 6beb59ec..f3d96c6e 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@v7 with: name: semgrep.sarif path: semgrep.sarif