From cf0f172f76cb07d91a7b02dddbf4469f2b529779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 19:07:26 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml index 8e117c9..66538da 100644 --- a/.github/workflows/gradle.yaml +++ b/.github/workflows/gradle.yaml @@ -47,6 +47,6 @@ jobs: run: mkdir staging && cp build/libs/ModMail.jar staging && mv staging/ModMail.jar staging/ModMail_${{ github.event.release.tag_name }}.jar - name: Upload jar to Release if: ${{ github.event_name == 'release' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: staging/ModMail_${{ github.event.release.tag_name }}.jar \ No newline at end of file