Browse Source

Merge pull request #284 from external-secrets/dependabot/github_actions/codecov/codecov-action-2.0.2

chore(deps): bump codecov/codecov-action from 1 to 2.0.2
paul-the-alien[bot] 4 years ago
parent
commit
4b72792f1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -176,7 +176,7 @@ jobs:
           make test
           make test
 
 
       - name: Publish Unit Test Coverage
       - name: Publish Unit Test Coverage
-        uses: codecov/codecov-action@v1
+        uses: codecov/codecov-action@v2.0.2
         with:
         with:
           flags: unittests
           flags: unittests
           file: ./cover.out
           file: ./cover.out