diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cc52a3..5704e82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - name: Upload to codecov (optional) if: github.repository == 'akmshasan/helmctl' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverage/cobertura.xml fail_ci_if_error: false