diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 2b866f3..9e92494 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -120,7 +120,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') - name: Publish - uses: svenstaro/upload-release-action@v1 + uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ matrix.artifact_name }}