diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index bbaae0a2..699f4d81 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -86,7 +86,7 @@ jobs: CIBW_SKIP: pp* *i686* - name: Upload sdist and wheels as artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist