From 01e3db9c2d4083d790440ac6fe0a3e7da376ca06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 21:53:17 +0000 Subject: [PATCH] ci: bump codecov/codecov-action from 5 to 6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-coverage.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 597da8f..5ff7125 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -28,7 +28,7 @@ jobs: #- name: Delete coverage file (temporary fix) # run: rm ./test-result-707*-codecoverage.json - name: 'Upload code coverage for Apex to Codecov.io' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: Apex token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5df9732..64c839c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -89,7 +89,7 @@ jobs: # Upload code coverage data - name: 'Upload code coverage for Apex to Codecov.io' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: Apex token: ${{ secrets.CODECOV_TOKEN }}