Skip to content

Commit 9c4990e

Browse files
authored
Update wheels GHA build for actions deprecation (#41)
1 parent 08b54dd commit 9c4990e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform.target }}_${{ matrix.platform.arch }}
5656
CIBW_BUILD_VERBOSITY: 1
5757

58-
- uses: actions/upload-artifact@v3
58+
- uses: actions/upload-artifact@v4
5959
with:
6060
name: wheels
6161
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)