From 7227abdfef536427608cdb282a96ea73bab906ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:06:15 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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/v3...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/cpath-pr.yml | 4 ++-- .github/workflows/hi-ml-pr.yml | 2 +- .github/workflows/multimodal-pr.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cpath-pr.yml b/.github/workflows/cpath-pr.yml index e0331a5ec..dc44c4ce7 100644 --- a/.github/workflows/cpath-pr.yml +++ b/.github/workflows/cpath-pr.yml @@ -110,7 +110,7 @@ jobs: # Coverage should also be uploaded if tests still fail. # This will pick up the file coverage.xml from the test run if: always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: ${{ env.folder }} @@ -137,7 +137,7 @@ jobs: # Coverage should also be uploaded if tests still fail. # This will pick up the file pytest_gpu_coverage.xml from the GPU tests. if: always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: ${{ env.folder }} diff --git a/.github/workflows/hi-ml-pr.yml b/.github/workflows/hi-ml-pr.yml index 98210cccf..4d8372414 100644 --- a/.github/workflows/hi-ml-pr.yml +++ b/.github/workflows/hi-ml-pr.yml @@ -235,7 +235,7 @@ jobs: - name: Upload coverage report to Codecov # Coverage should also be uploaded if tests still fail if: always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: ${{ matrix.folder }} diff --git a/.github/workflows/multimodal-pr.yml b/.github/workflows/multimodal-pr.yml index fb01b01a6..8274412a9 100644 --- a/.github/workflows/multimodal-pr.yml +++ b/.github/workflows/multimodal-pr.yml @@ -81,7 +81,7 @@ jobs: - name: Upload coverage reports to Codecov # Coverage should also be uploaded even if tests fail if: always() - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: flags: ${{ env.folder }}