diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 932746b..810e861 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -29,7 +29,7 @@ jobs: poetry build -f sdist - name: Store artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sdist path: ./dist @@ -182,7 +182,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 @@ -236,7 +236,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/*.whl