diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6a4c8b..fe30964 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Build run: python -m build - name: Upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: sdist path: dist