From 21b36a6d01074413dbad7391de7f801419a60782 Mon Sep 17 00:00:00 2001 From: Charel Baum Date: Mon, 29 Apr 2024 16:39:15 +0200 Subject: [PATCH] chore: update ci Signed-off-by: Charel Baum --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ee11e6b..b30f0dd5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -164,10 +164,10 @@ jobs: run: make -j2 test - name: Publish Unit Test Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: flags: unittests - file: _output/tests/linux_amd64/coverage.txt + files: _output/tests/linux_amd64/coverage.txt e2e-tests: runs-on: ubuntu-20.04