diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 8e2355a..fc62f5e 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -88,7 +88,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