From 398e6cb656e2b334d1b9fa08ec87aaffa5206ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:59:20 +0000 Subject: [PATCH] ci(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#209) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 882e6f7..7b1f53b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -334,7 +334,7 @@ jobs: - id: codecov name: Upload coverage report to Codecov if: steps.test-files-check.outputs.files_exists == 'true' - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 env: GITHUB_JOB: ${{ github.job }} GITHUB_REF: ${{ github.ref }}