From 53fc1e40e51966bc9158229a90bf3cbb78b85731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:33:31 +0000 Subject: [PATCH] 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/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 a26e3e6e..fe173f98 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@v4 + uses: codecov/codecov-action@v5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6b2a06a..9be2f1cb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -152,7 +152,7 @@ jobs: ${EXEC} chmod -R a+rw .coverage* - name: Submit codecov report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Report on slurm if: ${{ matrix.cluster_type == 'slurm' && failure() }}