diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93f47f3..6338fa4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: command: build args: --release -o dist - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: wheels path: dist @@ -29,7 +29,7 @@ jobs: command: build args: --release --no-sdist -o dist - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: wheels path: dist @@ -43,7 +43,7 @@ jobs: command: build args: --release --no-sdist -o dist --universal2 - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: wheels path: dist