diff --git a/.github/workflows/rust_sbom.yml b/.github/workflows/rust_sbom.yml index 35591cd2..ca4451b5 100644 --- a/.github/workflows/rust_sbom.yml +++ b/.github/workflows/rust_sbom.yml @@ -59,6 +59,6 @@ jobs: - name: Upload SBOM to Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: ${{ matrix.crate }}-sbom.spdx.json \ No newline at end of file