From ec52531bd0d2b076b9c8fad872734f72569cd2c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 13:53:39 +0000 Subject: [PATCH] chore(deps): update thedoctor0/zip-release action to v0.7.6 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 70e8c1b..8b8cb1a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -52,7 +52,7 @@ jobs: cp LICENSE.md build/resources/main/config.default.yml build/libs/*-all.jar gh_release - name: Create release zip file - uses: TheDoctor0/zip-release@0.6.2 + uses: TheDoctor0/zip-release@0.7.6 with: filename: "GravenSupport-${{ github.sha }}.zip" directory: ./gh_release