From a18802b2bb7e50c2804c54106dd5d521e1be21a8 Mon Sep 17 00:00:00 2001 From: imbajin Date: Mon, 4 Dec 2023 16:18:27 +0800 Subject: [PATCH] Update client-ci.yml --- .github/workflows/client-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-ci.yml b/.github/workflows/client-ci.yml index e8bda9e87..b8c19c706 100644 --- a/.github/workflows/client-ci.yml +++ b/.github/workflows/client-ci.yml @@ -71,7 +71,7 @@ jobs: mvn test -Dtest=FuncTestSuite - name: Upload coverage to Codecov - uses: codecov/codecov-action@v + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: target/jacoco.xml