From 0a0654072e7efea0aa80840f4579e26390455903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:06:17 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.3.4 to 2.4.0 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.4 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.4...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/publish-perf-test.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-perf-test.yml b/.github/workflows/publish-perf-test.yml index 5181298e..dafa00bb 100644 --- a/.github/workflows/publish-perf-test.yml +++ b/.github/workflows/publish-perf-test.yml @@ -38,7 +38,7 @@ jobs: tag-filter: '^v-rabbitmq-perf-test-.*-[0-9]{8}-[0-9]{6}$' keep-last-n: 2 - name: Push to GitHub Release - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.0 with: files: packages/* name: ${{ env.release_name }} @@ -58,7 +58,7 @@ jobs: run: | sleep 5s - name: Push to GitHub Release - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.0 with: files: packages-latest/* name: rabbitmq-perf-test-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb0feb6d..70e467b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: env: MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Push to GitHub Release - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.0 with: files: packages/* name: ${{ env.release_name }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1dfa0851..4ba385bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: tag-filter: '^v-rabbitmq-perf-test-.*-[0-9]{8}-[0-9]{6}$' keep-last-n: 2 - name: Push to GitHub Release - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.0 with: files: packages/* name: ${{ env.release_name }} @@ -72,7 +72,7 @@ jobs: run: | sleep 5s - name: Push to GitHub Release - uses: softprops/action-gh-release@v2.3.4 + uses: softprops/action-gh-release@v2.4.0 with: files: packages-latest/* name: rabbitmq-perf-test-latest