From d98e3e7a7896a07e319d5b59154e8021f832e4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:34:14 +0000 Subject: [PATCH] build(deps): bump actions/upload-code-coverage from 1.3.0 to 1.4.1 Bumps [actions/upload-code-coverage](https://github.com/actions/upload-code-coverage) from 1.3.0 to 1.4.1. - [Commits](https://github.com/actions/upload-code-coverage/compare/abb5995db9e0199b0e2bb9dbd136fce4cb1ec4d3...1c15be36fc3733ba839b1dd643bd9556e4426dc1) --- updated-dependencies: - dependency-name: actions/upload-code-coverage dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7168b43..d3ed45e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Upload coverage to GitHub Code Quality if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository continue-on-error: true - uses: actions/upload-code-coverage@abb5995db9e0199b0e2bb9dbd136fce4cb1ec4d3 # v1.3.0 + uses: actions/upload-code-coverage@1c15be36fc3733ba839b1dd643bd9556e4426dc1 # v1.4.1 with: file: coverage/cobertura-coverage.xml language: JavaScript