From 57717feafc6a0a0e0dbff4b0335ffde3d8cf5bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 05:36:15 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 239f7f85d..5426eef1b 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -56,7 +56,7 @@ jobs: with: paths: "target/nextest/ci/junit.xml" - name: Publish Test Coverage - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} files: lcov.info