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: .