From 89c7afe77c1bba6e682d2a281c994925af3be5d6 Mon Sep 17 00:00:00 2001 From: Roberto Cella Date: Sat, 7 Oct 2023 13:34:14 +0200 Subject: [PATCH] Revert "rollback codecov action downgrade" This reverts commit 0a8b03934bdff321ddd99e5861e2550d3e64664f. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 88bea0b..b7df8eb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: run: chmod +x gradlew && ./gradlew build --no-daemon - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./build/reports/jacoco/test/