From 049f7e8a19bf0a0ff3e6a748f6556f2fac7bb180 Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Sat, 16 Sep 2023 17:07:30 +0200 Subject: [PATCH] Revert "Bump codecov/codecov-action from 3 to 4 (#2314)" (#2315) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 984fae790c..2d8db91364 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -810,7 +810,7 @@ jobs: CXX: /usr/bin/g++-10 run: ./ci/do_ci.sh code.coverage - name: upload report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: file: /home/runner/build/coverage.info