diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d687f2..c082715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: run: hatch build - name: Upload Sdist and Wheel to GitHub - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: module path: "dist/*"