From c9cb0ec5f1945aa737205f2f5c42ffcf02d5a2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 05:42:33 +0000 Subject: [PATCH] deps(actions)(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jiro-kernel-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jiro-kernel-ci.yml b/.github/workflows/jiro-kernel-ci.yml index 7c69eb46..fc5e011c 100644 --- a/.github/workflows/jiro-kernel-ci.yml +++ b/.github/workflows/jiro-kernel-ci.yml @@ -67,7 +67,7 @@ jobs: path: ./TestResults - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: always() with: directory: ./TestResults