From d94f35f6477437a75b5ffbcb1462c3fef3585faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:56:20 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/03-build-secure.yml | 2 +- .github/workflows/06-weekly-security-audit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/03-build-secure.yml b/.github/workflows/03-build-secure.yml index 98521acf..1498117d 100644 --- a/.github/workflows/03-build-secure.yml +++ b/.github/workflows/03-build-secure.yml @@ -259,7 +259,7 @@ jobs: fi - name: 📤 Upload SBOM Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() && steps.check-sbom.outputs.sbom_success == 'true' with: name: sbom-${{ matrix.service }} diff --git a/.github/workflows/06-weekly-security-audit.yml b/.github/workflows/06-weekly-security-audit.yml index 28bb149b..72e4e9b0 100644 --- a/.github/workflows/06-weekly-security-audit.yml +++ b/.github/workflows/06-weekly-security-audit.yml @@ -124,7 +124,7 @@ jobs: output: "sbom-${{ matrix.service }}.json" - name: 📤 Upload Security Reports as Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: security-audit-${{ matrix.service }} path: |