diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 0769990f1..76498c877 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -37,7 +37,7 @@ jobs: - name: Run tests run: python tests/main.py --report test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 if: github.event_name == 'push' with: fail_ci_if_error: true