From 5de97ce601223f0c99b2dcd133fd9854b9eff6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:05:07 +0000 Subject: [PATCH] Bump codecov/codecov-action from 5.0.6 to 5.0.7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.6 to 5.0.7. - [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/d168679d447a7d9f9917d4b26caf2cfbf080cfb4...015f24e6818733317a2da2edd6290ab26238649a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index cbb30c932..148bfd47a 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -100,7 +100,7 @@ jobs: # Upload coverage to codecov.io - name: Codecov - uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 #v5.0.6 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a #v5.0.7 if: (success() || failure()) && runner.os == 'Linux' with: files: ./coverage/unit/coverage-final.json,./coverage/integration/coverage-final.json