Browse Source

Merge pull request #357 from external-secrets/dependabot/github_actions/codecov/codecov-action-2.0.3

chore(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3
paul-the-alien[bot] 4 years ago
parent
commit
6f37582958
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
 
       - name: Publish Unit Test Coverage
-        uses: codecov/codecov-action@v2.0.2
+        uses: codecov/codecov-action@v2.0.3
         with:
           flags: unittests
           file: ./cover.out