From 90deaf564fc96761c1fa90c246760f520dbc3496 Mon Sep 17 00:00:00 2001 From: veeck Date: Sun, 17 Oct 2021 18:56:18 +0200 Subject: [PATCH] Update codecov action before the old one gets deprecated --- .github/workflows/codecov-test-suites.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov-test-suites.yml b/.github/workflows/codecov-test-suites.yml index 8c2be8da..d080a18b 100644 --- a/.github/workflows/codecov-test-suites.yml +++ b/.github/workflows/codecov-test-suites.yml @@ -23,7 +23,7 @@ jobs: touch css/custom.css npm run test:coverage - name: Upload coverage results to codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 with: - file: ./coverage/lcov.info + files: ./coverage/lcov.info fail_ci_if_error: true