From 995d03d74314372972a0b2e14f21332890833198 Mon Sep 17 00:00:00 2001 From: "Charel Baum (external expert on behalf of DB InfraGO AG)" Date: Mon, 29 Apr 2024 16:45:08 +0200 Subject: [PATCH] chore: update workflow ci Signed-off-by: Charel Baum (external expert on behalf of DB InfraGO AG) --- .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 bbe4d468b1..5ccffc8a80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,10 +254,10 @@ jobs: run: make -j2 test - name: Publish Unit Test Coverage - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3 with: flags: unittests - file: _output/tests/linux_amd64/coverage.txt + files: _output/tests/linux_amd64/coverage.txt e2e-tests: runs-on: ubuntu-22.04