diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa7dc4d8b..2dabac5d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: - name: Upload SBOM to release if: ${{ github.event.release.tag_name }} - uses: svenstaro/upload-release-action@v2.11.3 + uses: svenstaro/upload-release-action@2.11.4 with: file: sbom.spdx.json asset_name: sbom-${{ github.event.release.tag_name }}