diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77dbb7a..a88fb9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Calculate Coverage run: gcov ./dist/*.gcno - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true # optional (default = false)