diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fbb05473..4e66cdb3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -144,7 +144,7 @@ jobs: ignore-unpublished-changes: true - name: Upload binaries to GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: startsWith(github.ref, 'refs/tags/') with: token: ${{ secrets.GITHUB_TOKEN }}