diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9691940..6c1777a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,9 +42,8 @@ jobs: CIBW_ARCHS_LINUX: auto aarch64 CIBW_BUILD_VERBOSITY: 3 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v2 with: - overwrite: true name: wheelhouse path: ./wheelhouse/*.whl