diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index fe3d70483a..fff4447dbd 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.9.0 + uses: svenstaro/upload-release-action@2.10.0 if: github.event_name == 'release' with: repo_token: ${{ github.token }}