From 3b644a468237f53f6066b8df96f80a941db1e837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 16:47:05 +0200 Subject: [PATCH] build(deps): bump codecov/codecov-action from 2.0.3 to 2.1.0 (#215) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c66ed2..33c2b98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,4 +25,4 @@ jobs: run: 'npm run test' - name: 'Upload Coverage' - uses: 'codecov/codecov-action@v2.0.3' + uses: 'codecov/codecov-action@v2.1.0'