From 692209aa62880208016a636ffca41a4ce4441886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 21:12:25 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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 a1014040..7420d0b4 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@v7 + uses: actions/download-artifact@v8 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 28074542..20b3b735 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@v7 + uses: actions/download-artifact@v8 with: name: cdxgen-sbom-json path: .