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