From 00881ea815b4c56884a3f430ca3d52b03862dd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 21:59:46 +0000 Subject: [PATCH] ci: bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action 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 647d3f1..597da8f 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@v4 + uses: codecov/codecov-action@v5 with: flags: Apex token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b57b16a..5df9732 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@v4 + uses: codecov/codecov-action@v5 with: flags: Apex token: ${{ secrets.CODECOV_TOKEN }}