From 45e3df03cfd37a9ae7962fb9c9acc3e817de3475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:29:45 -0800 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#472) --- .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 c6b4e788b..e385e0fb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -193,7 +193,7 @@ jobs: run: ls -l -R . - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: # Upload all coverage report files files: ./coverage_*/coverage.xml