diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 5fed0e8e1c..af2d3fa000 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -38,8 +38,8 @@ jobs: - name: Run tests run: python tests/main.py --report test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 if: github.event_name == 'push' with: fail_ci_if_error: true - verbose: true \ No newline at end of file + verbose: true