Upgrade GitHub Actions to latest versions (#1080)

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
This commit is contained in:
Salman Chishti 2026-01-25 00:51:03 +00:00 committed by GitHub
parent 49e148a2f9
commit 0ef20c0273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}