diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index baecbd7ade..b5c8fd2329 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -223,7 +223,7 @@ jobs: path: | dist - name: Upload binaries to release - uses: svenstaro/upload-release-action@2.3.0 + uses: svenstaro/upload-release-action@2.4.0 if: contains(github.ref, 'refs/tags/v') with: repo_token: ${{ secrets.GITHUB_TOKEN }}