diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 index faf62ea..1462977 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: env: KUBECONFIG: /etc/rancher/k3s/k3s.yaml - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: file: ./coverage.txt fail_ci_if_error: true