From 7b47b6d4503b1ff64cf4e4eccb42d4425204c39b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Aug 2021 16:28:29 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2.0.3 --- .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 1e0afc183..879236f79 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.2 + uses: codecov/codecov-action@v2.0.3 with: flags: backend files: ./coverage.txt @@ -115,7 +115,7 @@ jobs: NODE_ENV: test - name: Report code coverage - uses: codecov/codecov-action@v2.0.2 + uses: codecov/codecov-action@v2.0.3 with: flags: ui directory: ./ui/coverage