This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git
The following commit(s) were added to refs/heads/master by this push:
new ff11e0e Update build_wheel.yml to use ubuntu-24.04 and
upload-artifact v4
ff11e0e is described below
commit ff11e0e814421d8deca75cc3fc62d86578776c4e
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Jun 17 15:55:03 2025 +0300
Update build_wheel.yml to use ubuntu-24.04 and upload-artifact v4
---
.github/workflows/build_wheel.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build_wheel.yml
b/.github/workflows/build_wheel.yml
index 25cd682..f62e073 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ ubuntu-20.04, windows-2022, macos-12 ]
+ os: [ ubuntu-24.04, windows-2022, macos-12 ]
steps:
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
run:
python setup.py sdist --formats=zip --dist-dir ./wheelhouse
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
path: |
./wheelhouse/*.whl