From 15cfe29a133411a81ab7627acec787055bb628fd Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sun, 4 Feb 2024 13:44:31 +0100 Subject: [PATCH] Revert "chore(deps): update codecov/codecov-action action to v4 (#253)" This reverts commit e437d505e7f7b9704f5878ba926f3d195841dcd1. --- .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 58fd3df..6a2a8fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,6 +133,6 @@ jobs: path: "reports" - name: "Upload to Codecov" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: directory: reports