diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 4c6951ca..b03aa9b0 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -138,7 +138,7 @@ jobs: pipx run build - name: Upload sdist and wheel as artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist