Skip to content

Commit 4d0c332

Browse files
authored
Upgrade GitHub Actions to latest versions (#480)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 3355f53 commit 4d0c332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ jobs:
155155
156156
- name: Set up QEMU
157157
if: runner.os == 'Linux'
158-
uses: docker/setup-qemu-action@v3.6.0
158+
uses: docker/setup-qemu-action@v3.7.0
159159
with:
160160
platforms: aarch64
161161

162-
- uses: pypa/cibuildwheel@v3.2.1
162+
- uses: pypa/cibuildwheel@v3.3.1
163163
env:
164164
CIBW_TEST_REQUIRES: pytest pytest-cov numpy
165165
CIBW_TEST_COMMAND: pytest {project}/tests
@@ -181,7 +181,7 @@ jobs:
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Merge Artifacts
184-
uses: actions/upload-artifact/merge@v5.0.0
184+
uses: actions/upload-artifact/merge@v6
185185
with:
186186
name: wheels_and_sdist
187187
pattern: temp_result_*

0 commit comments

Comments
 (0)