From 162ec10979158f474d25306d0f86818fa6f62662 Mon Sep 17 00:00:00 2001 From: Fred Bricon Date: Sat, 25 Nov 2023 17:16:20 +0100 Subject: [PATCH] build: use codecov v4-beta codecov v4 was reverted, this breaks the builds. See https://github.com/codecov/codecov-action/issues/1089 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ccf62df..a3d1046 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,10 +46,10 @@ jobs: files: | dev.jbang.eclipse.site/target/flat-repository/* - name: Upload code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4-beta if: runner.os == 'Linux' with: files: ./coverage/target/site/jacoco-aggregate/jacoco.xml flags: ${{ runner.os }} # optional name: ${{ runner.os }}-tests # optional - verbose: true # optional (default = false) \ No newline at end of file + verbose: true # optional (default = false)