diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index b0db8f6f4..5ab74a518 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -91,7 +91,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