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 }}