diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index be20a83..8739e49 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@v4 + uses: actions/upload-artifact@v5 with: name: sdist path: dist/*.tar.gz @@ -59,7 +59,7 @@ jobs: CIBW_TEST_SKIP: "*_arm64" CIBW_ENABLE: cpython-freethreading - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: wheels-${{ matrix.os }}-${{ matrix.arch }} path: ./wheelhouse/*.whl