From 2322a99874ce328214e34ee835ffd6fc81215c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:46:36 +0000 Subject: [PATCH] ci(deps): Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#642) 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 a4ccf488..afe261c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -354,7 +354,7 @@ jobs: - id: codecov if: steps.test-files-check.outputs.files_exists == 'true' name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 env: GITHUB_JOB: ${{ github.job }} GITHUB_REF: ${{ github.ref }}