diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f39a0c5..3e3c36c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,7 +21,7 @@ jobs: python -m build -s - name: Upload sdist to build artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: sdist path: dist/*.tar.gz @@ -59,7 +59,7 @@ jobs: CIBW_TEST_SKIP: "*_arm64" CIBW_ENABLE: cpython-freethreading - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: wheels-${{ matrix.os }}-${{ matrix.arch }} path: ./wheelhouse/*.whl