We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3534403 commit ed3a935Copy full SHA for ed3a935
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
CIBW_BUILD: "${{ matrix.py }}-*"
74
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
75
76
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4.6.0
77
with:
78
path: ./wheelhouse/*.whl
79
0 commit comments