diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 index 88915b3..52d13f4 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: env: KUBECONFIG: /etc/rancher/k3s/k3s.yaml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2.1.0 with: file: ./coverage.txt fail_ci_if_error: true