From 502c407dec972873cfc53c1daccbb9c6d4b51859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:29:11 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.3.2 to 2.4.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.2 to 2.4.0. - [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/v2.3.2...v2.4.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b2dd6b..81bfec3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: - name: Upload to GitHub Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.4.0 with: files: esp_stacktrace_decoder_${{ matrix.bin_suffix }} @@ -123,7 +123,7 @@ jobs: - name: Upload to GitHub Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.4.0 with: files: target/x86_64-pc-windows-gnu/release/esp_stacktrace_decoder.exe @@ -152,7 +152,7 @@ jobs: - name: Upload to GitHub Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v2.3.2 + uses: softprops/action-gh-release@v2.4.0 with: files: esp_stacktrace_decoder_wasm.tar.gz