From cfd83dd62c5c670883346a9c6386a8a9c3a513f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:16:19 +0000 Subject: [PATCH] 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/nnunet_smoke_tests.yaml | 2 +- .github/workflows/standard_smoke_tests.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nnunet_smoke_tests.yaml b/.github/workflows/nnunet_smoke_tests.yaml index 5c1c0d1da..b4411eea8 100644 --- a/.github/workflows/nnunet_smoke_tests.yaml +++ b/.github/workflows/nnunet_smoke_tests.yaml @@ -53,7 +53,7 @@ jobs: run: uv run pytest --test-group-count=4 --test-group=${{ matrix.group }} -v --cov fl4health --cov-report=xml tests/smoke_tests/test_nnunet_smoke_tests.py - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/FL4Health diff --git a/.github/workflows/standard_smoke_tests.yaml b/.github/workflows/standard_smoke_tests.yaml index c683de5c5..172afdb3d 100644 --- a/.github/workflows/standard_smoke_tests.yaml +++ b/.github/workflows/standard_smoke_tests.yaml @@ -53,7 +53,7 @@ jobs: run: uv run pytest --test-group-count=4 --test-group=${{ matrix.group }} -v --cov fl4health --cov-report=xml tests/smoke_tests/test_standard_smoke_tests.py - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/FL4Health diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a58a40ff4..cf1b43964 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -48,7 +48,7 @@ jobs: run: uv run pytest -m "not smoketest" -v --cov fl4health --cov-report=xml tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} slug: VectorInstitute/FL4Health