diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd31299f..72b19bc4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -281,7 +281,7 @@ jobs: HELM_SECRETS_BACKEND: vals BASHCOV_COMMAND_NAME: helm-secrets:vals - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: ./coverage/coverage.xml fail_ci_if_error: true @@ -297,7 +297,7 @@ jobs: env: BASHCOV_COMMAND_NAME: helm-secrets:it - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: ./coverage/coverage.xml fail_ci_if_error: true