diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 44c41ad..537b072 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -33,7 +33,7 @@ jobs: python -m build --sdist -o dist - name: Store artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sdist path: ./dist @@ -193,7 +193,7 @@ jobs: python -m cibuildwheel --output-dir dist - name: Store artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: wheel-${{ matrix.python }}-${{ matrix.platform_id }} path: ./dist