From dbad57ec7dfcd03fca5a96fb8047e340468ccaf8 Mon Sep 17 00:00:00 2001 From: Gregory Albouy Date: Tue, 11 Oct 2022 14:31:18 +0200 Subject: [PATCH] ci: use codecov-action@v3 - change version 1.0.2 -> 3 - update inputs accordingly --- .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 3b682a6..f091b6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: run: make test-cov - name: Upload coverage report - uses: codecov/codecov-action@v1.0.2 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.txt + files: ./coverage.txt flags: unittests