From 2dddbe3d946aaa4771227e99f691267b98a7524d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:15:51 +0200 Subject: [PATCH] build(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2 (#173) --- .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 90babda..8beadcf 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.1' + uses: 'codecov/codecov-action@v2.0.2'