diff --git a/.github/workflows/ci-unit-tests.yml b/.github/workflows/ci-unit-tests.yml index 9202a9da..d8a37443 100644 --- a/.github/workflows/ci-unit-tests.yml +++ b/.github/workflows/ci-unit-tests.yml @@ -56,6 +56,6 @@ jobs: run: make test_ci - name: Upload coverage to codecov - uses: codecov/codecov-action@v2.0.1 + uses: codecov/codecov-action@v3.1.3 with: verbose: true