From cbd4ae13495383d146e59ede0ce079253effcf40 Mon Sep 17 00:00:00 2001 From: Stewart Miles Date: Mon, 7 Oct 2024 03:42:46 -0700 Subject: [PATCH] Upgrade codecov workflow to v4 (#232) v3 of https://github.com/codecov/codecov-action is failing on macOS, bumping to v4 appears to resolve the issue. --- .github/workflows/package-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-tests.yml b/.github/workflows/package-tests.yml index c225eb3..ef8c500 100644 --- a/.github/workflows/package-tests.yml +++ b/.github/workflows/package-tests.yml @@ -53,7 +53,7 @@ jobs: env: PYTHONHASHSEED: 0 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: flags: unittests files: coverage.xml