From 0ef20c0273e310e66d693125dc8d44475ebe7e21 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Sun, 25 Jan 2026 00:51:03 +0000 Subject: [PATCH] Upgrade GitHub Actions to latest versions (#1080) Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> Co-authored-by: Wendong-Fan --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 920eb02d3..1af084b77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -253,11 +253,10 @@ jobs: # Create GitHub Release - name: Create GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: + token: ${{ secrets.GITHUB_TOKEN }} files: | release/mac-arm64/* release/win-x64/* release/linux-x64/* - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}