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() }}