diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a829c15..52d9ddc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: run: python -m build - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.python-version == '3.10' with: token: ${{ secrets.CODECOV_TOKEN }}