Skip to content

Commit 89577fa

Browse files
Bump up github actions (Node.js 24)
Using Node.js 24 instead of deprecated Node.js 20
1 parent 4a19824 commit 89577fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,25 @@ jobs:
3535
- windows-latest
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939
with:
4040
submodules: 'recursive'
4141

4242
- name: Set up QEMU
4343
if: runner.os == 'Linux'
44-
uses: docker/setup-qemu-action@v3
44+
uses: docker/setup-qemu-action@v4
4545
with:
4646
platforms: arm64
4747

48-
- uses: actions/setup-python@v5
48+
- uses: actions/setup-python@v6
4949
name: Install Python
5050
with:
5151
python-version: '3.9'
5252

5353
- name: Build wheels
5454
uses: pypa/cibuildwheel@v4.1.0
5555

56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v6
5757
with:
5858
name: wheelhouse-${{ matrix.os }}
5959
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)