diff --git a/.github/workflows/build-binary.yml b/.github/workflows/build-binary.yml index 8fd1c3d9..9656caaa 100644 --- a/.github/workflows/build-binary.yml +++ b/.github/workflows/build-binary.yml @@ -248,7 +248,7 @@ jobs: - name: Upload release asset if: steps.set_release_tag.outputs.release_tag != '' # safety check - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: