From 76ee72e7ef66c8e8ecfb8da84b58572f42919d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:22:31 +0000 Subject: [PATCH] chore(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.0 Bumps [actions/upload-code-coverage](https://github.com/actions/upload-code-coverage) from 1.3.0 to 1.4.0. - [Commits](https://github.com/actions/upload-code-coverage/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: actions/upload-code-coverage dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a86906cca..f62ca9563 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -64,7 +64,7 @@ jobs: - name: Upload coverage report if: (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') || (github.event_name != 'pull_request' && github.ref_name == github.event.repository.default_branch) - uses: actions/upload-code-coverage@v1.3.0 + uses: actions/upload-code-coverage@v1.4.0 with: file: ./reports/coverage/Cobertura.xml language: CSharp