diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a8d3b8..d9f6b02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: run: | pytest --cov=ctapipe_io_magic --cov-report=xml - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: contains(github.event.pull_request.labels.*.name, 'documentation-only') == false with: fail_ci_if_error: true