diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 4a6b7f19..9b0a6e95 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -86,7 +86,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