From 43bd7b4515cee8b664dba2805f15aa121f8511e4 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 6 Feb 2024 14:58:39 +0100 Subject: [PATCH] Revert "Bump codecov/codecov-action from 3 to 4" This reverts commit 45735bd1a7eb0aa508d9f5b830424a3e880d429a. --- .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 86f3f55a..70721b69 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,7 +89,7 @@ jobs: # https://github.com/codecov/codecov-action - name: Upload coverage results to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: files: ./coverage.xml flags: main