Upgrade GitHub Actions to latest versions

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
Salman Muin Kayser Chishti
2026-03-02 09:20:16 +00:00
parent b0923b2e06
commit e62b0eb98b
2 changed files with 1 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ jobs:
- name: Create Release
if: steps.check_tag.outputs.exists == 'false'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.get_version.outputs.tag }}
name: v${{ steps.get_version.outputs.version }}