diff --git a/.github/workflows/ci-releaser.yml b/.github/workflows/ci-releaser.yml index 81cf083..3f1950c 100644 --- a/.github/workflows/ci-releaser.yml +++ b/.github/workflows/ci-releaser.yml @@ -82,7 +82,7 @@ jobs: args: --release --target=${{ matrix.target }} use-cross: true - name: release binaries - uses: svenstaro/upload-release-action@2.3.0 + uses: svenstaro/upload-release-action@2.11.5 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/${{ matrix.target }}/release/${{ matrix.file_name }}