We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe86379 commit dd08e01Copy full SHA for dd08e01
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
52
CMAKE_OSX_ARCHITECTURES: "arm64;x86_64"
53
54
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
55
with:
56
path: wheelhouse/*.whl
57
@@ -84,7 +84,7 @@ jobs:
84
env:
85
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}
86
87
- - uses: actions/upload-artifact@v2
88
89
path: python/dist/*.tar.gz
90
0 commit comments