diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index b00f1b6..bcb2c1f 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@v5 + uses: actions/upload-artifact@v6 with: name: sdist path: ./dist @@ -182,7 +182,7 @@ jobs: python -m cibuildwheel --output-dir dist - name: Store artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 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@v5 + uses: actions/upload-artifact@v6 with: name: wheel-${{ matrix.python }}-${{ matrix.platform_id }} path: ./dist/*.whl