From fe50d111cd7ad4831fc9772113fff85cdc926bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 22:29:58 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.1 (#437) --- .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 64728219..e817c0e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Run Tests run: make run_tests - name: Upload Coverage - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.4.1 publish: needs: test