diff --git a/coverage-python/action.yaml b/coverage-python/action.yaml index 0c7baf14..ba23eb2a 100644 --- a/coverage-python/action.yaml +++ b/coverage-python/action.yaml @@ -55,7 +55,7 @@ runs: shell: bash name: Create coverage XML report working-directory: ${{ inputs.working-directory }} - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: ${{ inputs.codecov-upload == 'true' }} with: token: ${{ inputs.token }}