From 3c5f4722b4c52ae5600804657b2079f63e4e895b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:19:26 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/demo-build-and-scan-docker-image.yml | 2 +- .github/workflows/demo-scan-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo-build-and-scan-docker-image.yml b/.github/workflows/demo-build-and-scan-docker-image.yml index 24904c5c..6460853f 100644 --- a/.github/workflows/demo-build-and-scan-docker-image.yml +++ b/.github/workflows/demo-build-and-scan-docker-image.yml @@ -51,7 +51,7 @@ jobs: node-version-file: '.nvmrc' - name: Download SBOM artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: cdxgen-sbom-json path: . diff --git a/.github/workflows/demo-scan-docker-image.yml b/.github/workflows/demo-scan-docker-image.yml index 79374a36..0df68f5a 100644 --- a/.github/workflows/demo-scan-docker-image.yml +++ b/.github/workflows/demo-scan-docker-image.yml @@ -47,7 +47,7 @@ jobs: node-version-file: '.nvmrc' - name: Download SBOM artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: cdxgen-sbom-json path: .