From a601db38e011b6bed9e5d0d01950f5e2f2fa3c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 08:57:48 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from fe965f7af51af5f2602596916f38a38df2e33de0 to 3d0d9888cb7fd7b750713d6e236d1fcb99157228. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/fe965f7af51af5f2602596916f38a38df2e33de0...3d0d9888cb7fd7b750713d6e236d1fcb99157228) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3d0d9888cb7fd7b750713d6e236d1fcb99157228 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-npm.yml | 2 +- .github/workflows/publish-swift.yml | 2 +- .github/workflows/rust.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index efacbc8fc8..d4f659afb4 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -81,7 +81,7 @@ jobs: - name: upload artifacts if: ${{ inputs.prepare == true }} - uses: softprops/action-gh-release@fe965f7af51af5f2602596916f38a38df2e33de0 # v3.0.2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: "${{ steps.package.outputs.path }}" fail_on_unmatched_files: true diff --git a/.github/workflows/publish-swift.yml b/.github/workflows/publish-swift.yml index 1bb5b6cf51..3be72a49aa 100644 --- a/.github/workflows/publish-swift.yml +++ b/.github/workflows/publish-swift.yml @@ -48,7 +48,7 @@ jobs: artifact-generation: ${{ vars.ARTIFACT_GENERATION }} - name: upload xcframework - uses: softprops/action-gh-release@fe965f7af51af5f2602596916f38a38df2e33de0 # v3.0.2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: | crypto-ffi/bindings/swift/WireCoreCrypto.xcframework.zip diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6e666e95eb..6080a99578 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -58,7 +58,7 @@ jobs: run: cargo test --doc --locked - name: "upload test results" if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@fe965f7af51af5f2602596916f38a38df2e33de0 # v3.0.2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: target/nextest/default/junit.xml fail_on_unmatched_files: true