From 23e4f09ef54db06276152da205c323e86c0f45f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:16:04 +0000 Subject: [PATCH] build(deps): bump actions/upload-code-coverage from 1.4.0 to 1.4.1 Bumps [actions/upload-code-coverage](https://github.com/actions/upload-code-coverage) from 1.4.0 to 1.4.1. - [Commits](https://github.com/actions/upload-code-coverage/compare/a72ab75b4dee0e479386fb9bf33c8dcf64b9c772...1c15be36fc3733ba839b1dd643bd9556e4426dc1) --- updated-dependencies: - dependency-name: actions/upload-code-coverage dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 6be08d9..6c7909b 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -42,7 +42,7 @@ jobs: - name: Upload coverage report if: always() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) - uses: actions/upload-code-coverage@a72ab75b4dee0e479386fb9bf33c8dcf64b9c772 # v1.4.0 + uses: actions/upload-code-coverage@1c15be36fc3733ba839b1dd643bd9556e4426dc1 # v1.4.1 with: file: coverage.xml language: Python