From ef9c9da37e097ec1036566454a360dd0387c9345 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:02:43 -0700 Subject: [PATCH] chore(deps): Update softprops/action-gh-release action to v2 (#498) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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