diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fe30b7..c31a423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - run: npm run check - run: npm run prototype - run: npm run sbom - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: sbom-${{ matrix.os }} path: evidence/sbom.cdx.json