From aa3221c5179f2b7dab8503f692b10fcf0ea546be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:32:20 -0800 Subject: [PATCH] Bump codecov/codecov-action from 4 to 5 (#221) --- .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 f5a619a..9565ab4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -174,7 +174,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