From 65f137374bf720d5925b88d072a52de1c4773bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:00:04 +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/test-ssh.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ssh.yml b/.github/workflows/test-ssh.yml index 4ceca0b6..122ed2dc 100644 --- a/.github/workflows/test-ssh.yml +++ b/.github/workflows/test-ssh.yml @@ -152,4 +152,4 @@ jobs: pytest -v --maxfail=2 --cov=ipyparallel ipyparallel/tests/test_ssh.py - name: Submit codecov report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9a249ed..5ecf9416 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -172,7 +172,7 @@ jobs: ${EXEC} chmod -R a+rw .coverage* - name: Submit codecov report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 - name: Report on slurm if: ${{ matrix.cluster_type == 'slurm' && failure() }}