diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a0a1fc52..bbf6b8c1 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -16,7 +16,7 @@ jobs: default: true - name: build wheels run: bash .github/workflows/build_wheels.sh - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: linux-wheels path: wheelhouse/ @@ -39,7 +39,7 @@ jobs: run: | python3 -m pip install cffi maturin maturin build --features python --release - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: osx-${{ matrix.python-version }}-wheel path: target/wheels @@ -56,7 +56,7 @@ jobs: run: | python -m pip install cffi maturin maturin build --features python --release - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: windows-wheels path: target/wheels