From 2108beb0ba4fbbdd44b4aafd852db62be6124a6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:15:36 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c951104..5aa553e 100644 --- a/action.yml +++ b/action.yml @@ -192,7 +192,7 @@ runs: python -m pytest '${{ inputs.args }}' ${{ inputs.testdir }} - if: ${{ (inputs.python_tool == 'pytest' || inputs.pytest == 'true') && inputs.coverage == 'true' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: flags: ${{ inputs.flags }}