From 1703d173fe377090dc364e751e09e62e42c74990 Mon Sep 17 00:00:00 2001 From: David Juhasz Date: Wed, 1 May 2024 15:11:46 -0700 Subject: [PATCH] Upgrade Codecov Github action v1 -> v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33069aeb..f5cdc1bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,6 +22,6 @@ jobs: - name: Test run: make test-ci - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: covreport