From 905f575d91f627fe6428c3d3ccf441bdf022efac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:20:36 +0000 Subject: [PATCH] build(deps): 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/submit-HEAD-coverage.yaml | 4 ++-- .github/workflows/submit-PR-coverage.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/submit-HEAD-coverage.yaml b/.github/workflows/submit-HEAD-coverage.yaml index 8a35c560..5ee6b049 100644 --- a/.github/workflows/submit-HEAD-coverage.yaml +++ b/.github/workflows/submit-HEAD-coverage.yaml @@ -25,14 +25,14 @@ jobs: - name: List downloaded files. run: ls - name: Upload e2e_coverage report to Codecov with GitHub Action. - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: e2e_coverage.txt flags: e2e-testsuite - name: Upload upstream_coverage report to Codecov with GitHub Action. - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: diff --git a/.github/workflows/submit-PR-coverage.yaml b/.github/workflows/submit-PR-coverage.yaml index 4d51a1e4..124915b7 100644 --- a/.github/workflows/submit-PR-coverage.yaml +++ b/.github/workflows/submit-PR-coverage.yaml @@ -20,14 +20,14 @@ jobs: - name: List downloaded files. run: ls - name: Upload e2e_coverage.txt report to Codecov with GitHub Action. - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: scripts/e2e_coverage.txt flags: e2e-testsuite - name: Upload upstream_coverage.xml report to Codecov with GitHub Action. - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: