From 7fd0f49510e48eba9afd5b9d29b795f8f7b90218 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 23 Jul 2021 16:33:28 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2.0.2 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2152e55c6..dd4636254 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: command: make test-go - name: Report code coverage - uses: codecov/codecov-action@v2.0.1 + uses: codecov/codecov-action@v2.0.2 with: flags: backend @@ -128,7 +128,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v2.0.1 + uses: codecov/codecov-action@v2.0.2 with: flags: ui