From 423f6766b829c6d9037f8a0078996e269e28744b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 20:53:19 +0000 Subject: [PATCH] chore(deps): Update softprops/action-gh-release action to v2 --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index c03a4ade..5712ede2 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -108,7 +108,7 @@ jobs: commit-message: "Publishing javadoc for ${{ github.repository }} ${{ env.VERSION }}" - name: Publish configurate-tool as release artifact if: "${{ runner.os == 'Linux' && env.STATUS == 'release' && github.event_name == 'release' }}" - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | tool/build/distributions/tool-${{ env.VERSION }}.tar.gz