diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4d89a8b45e..45556cb338 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -50,7 +50,7 @@ jobs: - name: Generate SBOM run: npm sbom --sbom-format=cyclonedx --omit=dev --omit=peer --workspace=${{ matrix.release }} > sbom.json - name: Attest SBOM - uses: actions/attest-sbom@v3 + uses: actions/attest-sbom@v4 with: subject-path: ${{ matrix.release }}/package.json sbom-path: ./sbom.json