diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index fff4447dbd..058d9faa5c 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -71,7 +71,7 @@ jobs: ./dist/* - name: Publishing to GitHub Releases - uses: svenstaro/upload-release-action@2.10.0 + uses: svenstaro/upload-release-action@2.11.2 if: github.event_name == 'release' with: repo_token: ${{ github.token }}