🔧 Update GitHub Actions to latest versions

- Update actions/setup-node@v3 to @v4
- Update actions/setup-python@v2 to @v5
- Update actions/checkout@v3 to @v4
- Replace deprecated create-release/upload-release-asset with action-gh-release
- Eliminate deprecation warnings and improve reliability
This commit is contained in:
Tomas Dvorak
2026-03-17 18:18:59 +01:00
parent af366e3899
commit 272caf6bfe
3 changed files with 6 additions and 15 deletions
+2 -2
View File
@@ -50,12 +50,12 @@ jobs:
name: Create binary on ${{ matrix.os }}
steps:
- name: Clone client
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-tags: true
- name: Install Python 3.11
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.11.x"