From 47ea202de45ca6c338f3cda95ac5f60ffbb3e2e9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 15 Sep 2023 09:19:30 +0200 Subject: [PATCH] Revert "Update codecov/codecov-action action to v4" --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2fdaa2195e..f662e5352d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,6 +81,6 @@ jobs: # https://github.com/codecov/codecov-action - name: ☂️ Upload coverage reports to codecov if: always() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 # with: # files: build/reports/kover/merged/xml/report.xml